Skip to content

Commit

Permalink
ops/manage: Fix comment spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
robert102 committed Dec 2, 2024
1 parent f0e3031 commit f88c295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mibios/ops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ def manage(settings=None, default_settings=DEFAULT_SETTINGS):
"""
The original manage.py
This is also the entry point for the manage script when installed vie
setuptools. In this case no argument is supplied and the prodcution
settings are applied by default. The usual manage.py script shoudl specify
This is also the entry point for the manage script when installed via
setuptools. In this case no argument is supplied and the production
settings are applied by default. The usual manage.py script should specify
the development settings.
"""
if settings is None:
Expand Down

0 comments on commit f88c295

Please sign in to comment.