Skip to content

Commit

Permalink
gh-93240: clarify wording in IO tutorial (GH-93276) (GH-94081)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
(cherry picked from commit 51d6731)

Co-authored-by: paulreece <96156234+paulreece@users.noreply.github.com>
  • Loading branch information
miss-islington and paulreece committed Jun 21, 2022
1 parent 9ab245f commit 6432a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/inputoutput.rst
Expand Up @@ -179,7 +179,7 @@ square brackets ``'[]'`` to access the keys. ::
... 'Dcab: {0[Dcab]:d}'.format(table))
Jack: 4098; Sjoerd: 4127; Dcab: 8637678

This could also be done by passing the table as keyword arguments with the '**'
This could also be done by passing the ``table`` dictionary as keyword arguments with the ``**``
notation. ::

>>> table = {'Sjoerd': 4127, 'Jack': 4098, 'Dcab': 8637678}
Expand Down

0 comments on commit 6432a89

Please sign in to comment.