Skip to content

Commit d765b12

Browse files
committed
Pprint layout
1 parent 3c21e28 commit d765b12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ print(<el_1> [, <el_2>, end='', sep='', file=<file>]) # Use 'file=sys.stderr' f
249249
>>> pprint(locals())
250250
{'__doc__': None,
251251
'__name__': '__main__',
252-
'__package__': None, ...
253-
}
252+
'__package__': None, ...}
254253
```
255254

256255

0 commit comments

Comments
 (0)