jaraco/inflect

Incorect singular inflections of business, physics, biomechanics

开放

#214 创建于 2024年6月25日

 (1 条评论) (1 个反应) (0 位负责人)Python (125 个派生)github user discovery
help wanted

仓库指标

星标
 (1,082 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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'

贡献者指南