jaraco/inflect

Plural form of acronyms

Open

#193 opened on Jul 6, 2023

 (1 comment) (0 reactions) (0 assignees)Python (125 forks)github user discovery
featurehelp wanted

Repository metrics

Stars
 (1,082 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The plural form of acronyms is formed by adding S to the acronym, e.g. PPI -> PPIS, however, the proper way is to add s, e.g. PPI -> PPIs: https://editorsmanual.com/articles/plurals-of-abbreviations/

Contributor guide