Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Feb 5, 2024
1 parent 3aa3c03 commit ae997d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Special thanks to [@HanyuuLu][2] to give up the name `varname` in pypi for this
func = function2() # func == 'func'

a = lambda: 0
a.b = function() # a.b == 'b'
a.b = function() # a.b == 'a.b'
```

### The decorator way to register `__varname__` to functions/classes
Expand Down
2 changes: 1 addition & 1 deletion README.raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Special thanks to [@HanyuuLu][2] to give up the name `varname` in pypi for this
func = function2() # func == 'func'

a = lambda: 0
a.b = function() # a.b == 'b'
a.b = function() # a.b == 'a.b'
```

### The decorator way to register `__varname__` to functions/classes
Expand Down

0 comments on commit ae997d6

Please sign in to comment.