Skip to content

Commit 2d4274a

Browse files
committed
Format
1 parent 0df2a3d commit 2d4274a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ Format
340340
**`'!r'` calls object's repr() method, instead of format(), to get a string.**
341341
```python
342342
{'abcde'!r:<10} # "'abcde' "
343-
```
344-
345-
```python
346343
{'abcde':.3} # 'abc'
347344
{'abcde':10.3} # 'abc '
348345
```

0 commit comments

Comments
 (0)