Skip to content

Commit 5f49a04

Browse files
authored
Update README.md
1 parent 4a504e0 commit 5f49a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is an essential operator to allow flexible and reliable refactoring, among [m
77
This implementation supports string interpolation, so it's easy to reference variable names when logging, e.g.
88
`log.error(f"{nameof(somevariable)} is incorrect")`.
99

10-
_**NOTE**: 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 [varname has deprecated it](https://github.com/pwwang/python-varname/commit/1a342b3dc54f0363deb26a80dcdf608341a9594c#diff-dc2f15ddf68ad966f2e3d02f7f4e307cf691fed747df8087c10c3861e2bbc031).`
10+
_**NOTE**: 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 [varname has deprecated it](https://github.com/pwwang/python-varname/commit/1a342b3dc54f0363deb26a80dcdf608341a9594c#diff-dc2f15ddf68ad966f2e3d02f7f4e307cf691fed747df8087c10c3861e2bbc031)._
1111

1212
## Installation
1313

0 commit comments

Comments
 (0)