Skip to content

Commit 47b6662

Browse files
committed
Suppress cross-references to dcgettext()
1 parent bb6114b commit 47b6662

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
@@ -98,7 +98,7 @@ class-based API instead.
9898
.. versionadded:: 3.8
9999

100100

101-
Note that GNU :program:`gettext` also defines a :func:`dcgettext` method, but
101+
Note that GNU :program:`gettext` also defines a :func:`!dcgettext` method, but
102102
this was deemed not useful and so it is currently unimplemented.
103103

104104
Here's an example of typical usage for this API::

0 commit comments

Comments
 (0)