Skip to content

Commit c0f01bf

Browse files
committed
Print
1 parent b012151 commit c0f01bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,12 +808,13 @@ arguments = sys.argv[1:]
808808
```
809809

810810
### Print
811-
**Use `'file=sys.stderr'` for errors.**
812-
813811
```python
814812
print(<el_1> [, <el_2>, end='', sep='', file=<file>])
815813
```
816814

815+
* **Use `'file=sys.stderr'` for errors.**
816+
817+
#### Pretty print:
817818
```python
818819
>>> from pprint import pprint
819820
>>> pprint(locals())

0 commit comments

Comments
 (0)