Skip to content

Fix typo: An short → A short in module docstring#189

Open
Jah-yee wants to merge 1 commit into
danthedeckie:mainfrom
Jah-yee:fix/an-short-to-a-short-202606170442
Open

Fix typo: An short → A short in module docstring#189
Jah-yee wants to merge 1 commit into
danthedeckie:mainfrom
Jah-yee:fix/an-short-to-a-short-202606170442

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jun 16, 2026

Copy link
Copy Markdown

Summary

Fixes #183 - corrects the typo 'An short' to 'A short' in the module docstring.

Change

Line 5 of simpleeval.py: 'An short, easy to use...' → 'A short, easy to use...'

Verification

>>> import simpleeval
>>> print(simpleeval.__doc__[:50])
A short, easy to use, safe and reasonably ext

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small typo?

1 participant