Skip to content

Commit e845b2b

Browse files
vstinneradamchainz
andauthored
Update Doc/library/stdtypes.rst
Co-authored-by: Adam Johnson <me@adamj.eu>
1 parent 9101b1a commit e845b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5846,7 +5846,7 @@ An example of dictionary view usage::
58465846
Return a new frozen dictionary initialized from an optional positional
58475847
argument and a possibly empty set of keyword arguments.
58485848

5849-
A :class:`!frozendict` has a similar API than the :class:`dict` API, with the
5849+
A :class:`!frozendict` has a similar API to the :class:`dict` API, with the
58505850
following differences:
58515851

58525852
* :class:`!dict` has more methods than :class:`!frozendict`:

0 commit comments

Comments
 (0)