Skip to content

Commit 4c6ee25

Browse files
committed
Formatting
1 parent 1cb7580 commit 4c6ee25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,13 @@ Format
311311
{<el>:>0} # '<el>'
312312
```
313313

314-
### Options Specific to Strings
314+
### String Options
315315
```python
316316
{'abcde':.3} # 'abc'
317317
{'abcde':10.3} # 'abc '
318318
```
319319

320-
### Options specific to Numbers
320+
### Number Options
321321
```python
322322
{1.23456:.3f} # '1.235'
323323
{1.23456:10.3f} # ' 1.235'

0 commit comments

Comments
 (0)