diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2018-07-26 06:36:30 +0200 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2018-07-26 06:36:30 +0200 |
commit | b83a70c1abd14ecfe105efff9eea34bc38982e51 (patch) | |
tree | f328674ab7f4065d52652a87dbda0f6e8d5033a5 | |
parent | e54ee57c857f787eeb85e55cd6579c9476132546 (diff) | |
download | python-decorator-git-b83a70c1abd14ecfe105efff9eea34bc38982e51.tar.gz |
Fix
-rw-r--r-- | PITCHME.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ FullArgSpec(args=[], varargs='args', varkw='kwds', defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={}) ``` -`inspect.getfullargspec` is telling the truth +and inspect.getfullargspec is telling the truth ``` >>> add.__code__.co_varnames ('args', 'kwds') |