There was an error while loading. Please reload this page.
python -m inspect -d <target>
1 parent 8d83b7d commit e45d535Copy full SHA for e45d535
1 file changed
Lib/inspect.py
@@ -3397,7 +3397,7 @@ def _main():
3397
else:
3398
print('Line: {}'.format(lineno))
3399
3400
- print('\n')
+ print()
3401
3402
print(getsource(obj))
3403
0 commit comments