Skip to content

Commit ebb750f

Browse files
committed
Print
1 parent e8ce55e commit ebb750f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,10 @@ import re
292292

293293
Print
294294
-----
295+
**Use `file=sys.stderr` for errors.**
296+
295297
```python
296-
print(<el_1> [, <el_2>, end='', sep='', file=<file>]) # Use 'file=sys.stderr' for errors.
298+
print(<el_1> [, <el_2>, end='', sep='', file=<file>])
297299
```
298300

299301
```python

0 commit comments

Comments
 (0)