Skip to content

Commit 2ffbec9

Browse files
committed
address review
1 parent 813ab8c commit 2ffbec9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/reprlib.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ which format specific object types.
219219

220220

221221
.. method:: Repr.repr_TYPE(obj, level)
222+
:noindex:
222223

223224
Formatting methods for specific types are implemented as methods with a name
224225
based on the type name. In the method name, **TYPE** is replaced by
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Fix :meth:`reprlib.Repr.repr_int <reprlib.Repr.repr_TYPE>` when given
2-
integers with more than :func:`sys.get_int_max_str_digits` digits. Patch by
3-
Bénédikt Tran.
1+
Fix :meth:`!reprlib.Repr.repr_int` when given integers with more than
2+
:func:`sys.get_int_max_str_digits` digits. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)