# Documentation [`gettext.ngettext`](https://docs.python.org/3/library/gettext.html#gettext.ngettext)’s first two parameters are documented as `singular` and `plural`, but [they are actually named `msgid1` and `msgid2`](https://github.com/python/cpython/blob/3.14/Lib/gettext.py#L631). The same goes for the other functions that support plurals. <!-- gh-linked-prs --> ### Linked PRs * gh-140598 <!-- /gh-linked-prs -->
Documentation
gettext.ngettext’s first two parameters are documented assingularandplural, but they are actually namedmsgid1andmsgid2. The same goes for the other functions that support plurals.Linked PRs
*gettextparameters as positionaly only in documentation #140598