Skip to content

Commit cdc141c

Browse files
committed
System
1 parent 79d20c2 commit cdc141c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ arguments = sys.argv[1:]
809809

810810
### Print Function
811811
```python
812-
print(<el_1>, <el_2>, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
812+
print(<el_1>, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
813813
```
814814

815815
* **Use `'file=sys.stderr'` for errors.**

0 commit comments

Comments
 (0)