Browse Source

Format

pull/3/head
Jure Šorn 5 years ago
parent
commit
26ebc82c53
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -188,7 +188,7 @@ String
### Print ### Print
```python ```python
print(<el_1> [, <el_2>, end='', sep='', file=<file>]) # Use 'file=sys.stderr' for err.
print(<el_1> [, end='', sep='', file=<file>, <el_2>, ...]) # Use 'file=sys.stderr' for err.
``` ```
### Regex ### Regex

Loading…
Cancel
Save