diff options
Diffstat (limited to 'Lib/test/test_code.py')
-rw-r--r-- | Lib/test/test_code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_code.py b/Lib/test/test_code.py index ff95c6a..52bc894 100644 --- a/Lib/test/test_code.py +++ b/Lib/test/test_code.py @@ -33,7 +33,7 @@ consts: ('None',) ... b = x - y ... c = a * b ... return c -... +... >>> dump(h.func_code) name: h argcount: 2 |