Undocumented `False` for `singular_noun` if word is already singular
Open
help wanted
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
```
>>> word = 'woman'
>>> word = p.plural_noun(word)
>>> word
'women'
>>> word = p.plural_noun(word)
>>> word
'womens'
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the demonstrated interactive-session behavior and inspect the documentation for singular_noun and plural_noun. Clarify which function and return value the issue concerns, then document the observed behavior so the example and the resulting False case are accurately covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100