# 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 -->