diff --git a/README.md b/README.md index ebcfe97..93e2970 100644 --- a/README.md +++ b/README.md @@ -808,12 +808,13 @@ arguments = sys.argv[1:] ``` ### Print -**Use `'file=sys.stderr'` for errors.** - ```python print( [, , end='', sep='', file=]) ``` +* **Use `'file=sys.stderr'` for errors.** + +#### Pretty print: ```python >>> from pprint import pprint >>> pprint(locals())