Skip to content

Commit

Permalink
feat: codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 25, 2023
1 parent 26dc9e2 commit cfaec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ in ``menu.py`` the class looks like so::
"""Return menu item entries in a TAL-friendly form."""
results = []

# here a single item is added. do what needed to add several entrys
# here a single item is added. do what needed to add several entries
results.append({
'title': 'My item 1',
'description': 'An my item',
Expand Down

0 comments on commit cfaec6c

Please sign in to comment.