Skip to content

Commit 440089e

Browse files
authored
Update README.md
1 parent 5a346aa commit 440089e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> _This is a follow-up to [this project](https://github.com/alexmojaki/nameof) since the author archived it, preferring the [`varname`](https://github.com/pwwang/python-varname) library which [used to cover `nameof`](https://github.com/pwwang/python-varname/issues/117), but then [`varname` deprecated it](https://github.com/pwwang/python-varname/commit/1a342b3dc54f0363deb26a80dcdf608341a9594c#diff-dc2f15ddf68ad966f2e3d02f7f4e307cf691fed747df8087c10c3861e2bbc031)._
44
5-
> NOTE: [`nameof()` is now back in v.0.15.0 of `varname`](https://github.com/pwwang/python-varname/issues/117#issuecomment-2992408664).
5+
> **NOTE: [`nameof()` is now back in v.0.15.0 of `varname`](https://github.com/pwwang/python-varname/issues/117#issuecomment-2992408664)**.
66
77
A Python utility that mimics the [C# `nameof` operator](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/nameof?redirectedfrom=MSDN), allowing you to get variable, attribute, or property names as strings at runtime.
88

0 commit comments

Comments
 (0)