jaraco/inflect

Incorect singular inflections of business, physics, biomechanics

Open

#214 opened on Jun 25, 2024

 (1 comment) (1 reaction) (0 assignees)Python (125 forks)github user discovery
help wanted

Repository metrics

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

Description

Noted some incorrect inflections while testing:

p.singular_noun('business)
Out[18]: 'busines'

p.singular_noun('biomechanics')
Out[19]: 'biomechanic'

p.singular_noun('physics')
Out[20]: 'physic'

Contributor guide