Skip to content

Commit 48d3591

Browse files
committed
Remove redundant information
1 parent 9a4a6d9 commit 48d3591

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/c-api/dict.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ Dictionary objects
177177
occurred. Return ``NULL`` **without** an exception set if the key
178178
wasn't present.
179179
180-
The first argument can be a :class:`dict` or a :class:`frozendict`.
181-
182180
.. versionchanged:: next
183181
Accept also :class:`frozendict`.
184182
@@ -189,8 +187,6 @@ Dictionary objects
189187
:c:expr:`const char*` UTF-8 encoded bytes string, rather than a
190188
:c:expr:`PyObject*`.
191189
192-
The first argument can be a :class:`dict` or a :class:`frozendict`.
193-
194190
.. note::
195191
196192
Exceptions that occur while this calls :meth:`~object.__hash__` and
@@ -209,8 +205,6 @@ Dictionary objects
209205
:c:expr:`const char*` UTF-8 encoded bytes string, rather than a
210206
:c:expr:`PyObject*`.
211207
212-
The first argument can be a :class:`dict` or a :class:`frozendict`.
213-
214208
.. versionadded:: 3.13
215209
216210
.. versionchanged:: next

0 commit comments

Comments
 (0)