Skip to content

Commit b96348a

Browse files
committed
Format
1 parent af62638 commit b96348a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Format
318318
```
319319

320320
```python
321-
>>> Person = namedtuple('Person', 'name height')
321+
>>> Person = collections.namedtuple('Person', 'name height')
322322
>>> person = Person('Jean-Luc', 187)
323323
>>> f'{person.height}'
324324
'187'

0 commit comments

Comments
 (0)