We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756ff98 commit 593fd7bCopy full SHA for 593fd7b
Lib/pickle.py
@@ -1922,4 +1922,4 @@ def _loads(s, /, *, fix_imports=True, encoding="ASCII", errors="strict",
1922
else:
1923
with open(fn, 'rb') as f:
1924
obj = load(f)
1925
- pprint.pp(obj)
+ pprint.pprint(obj)
0 commit comments