Browse Source

Range

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

2
README.md

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

Loading…
Cancel
Save