Skip to content

Commit 8b5e802

Browse files
Add missed '/'s.
1 parent c06089f commit 8b5e802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5060,8 +5060,8 @@ can be used interchangeably to index the same dictionary entry.
50605060
``None``.
50615061

50625062
.. method:: update(**kwargs)
5063-
update(mapping, **kwargs)
5064-
update(iterable, **kwargs)
5063+
update(mapping, /, **kwargs)
5064+
update(iterable, /, **kwargs)
50655065
50665066
Update the dictionary with the key/value pairs from *mapping* or *iterable*, overwriting
50675067
existing keys. Return ``None``.

0 commit comments

Comments
 (0)