Browse Source

Format

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

2
README.md

@ -286,7 +286,7 @@ import re
#### Options specific to strings: #### Options specific to strings:
```python ```python
{'abcde':.3} # 'abc' {'abcde':.3} # 'abc'
{'abcde':>10.3}' # ' abc'
{'abcde':>10.3} # ' abc'
``` ```
#### Options specific to numbers: #### Options specific to numbers:

Loading…
Cancel
Save