Skip to content

Commit 36bb005

Browse files
committed
Fix docs.
1 parent e613360 commit 36bb005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/words.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def __call__(self, n: int) -> str: # type: ignore
601601
:param n:
602602
"""
603603

604-
elif PYPY: # pragma: no cover (!CPython)
604+
if PYPY: # pragma: no cover (!CPython)
605605

606606
def __init__(self, singular: str, plural: str):
607607
super().__init__(ngettext, singular, plural)

0 commit comments

Comments
 (0)