Skip to content

Commit 5d7f86a

Browse files
committed
Suppress cross-references to Catalog()
1 parent 9dbb4d0 commit 5d7f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/gettext.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ version has a slightly different API. Its documented usage was::
401401
_ = cat.gettext
402402
print(_('hello world'))
403403

404-
For compatibility with this older module, the function :func:`Catalog` is an
404+
For compatibility with this older module, the function :func:`!Catalog` is an
405405
alias for the :func:`translation` function described above.
406406

407407
One difference between this module and Henstridge's: his catalog objects

0 commit comments

Comments
 (0)