Skip to content

Commit c76e6f7

Browse files
ambvpaulreece
andauthored
[3.11] gh-93240: clarify wording in IO tutorial (GH-93276) (GH-94082)
Co-authored-by: Adam Turner <[email protected]> (cherry picked from commit 51d6731) Co-authored-by: paulreece <[email protected]>
1 parent b1b0656 commit c76e6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/inputoutput.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ square brackets ``'[]'`` to access the keys. ::
179179
... 'Dcab: {0[Dcab]:d}'.format(table))
180180
Jack: 4098; Sjoerd: 4127; Dcab: 8637678
181181

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

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

0 commit comments

Comments
 (0)