Skip to content

Commit 4bc6e98

Browse files
committed
undo help string change #168
1 parent 6876b5d commit 4bc6e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_typer/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def handle(self, verbosity: Verbosity = 1):
112112
str,
113113
(
114114
"The Python path to a settings module, e.g. "
115-
'"myproject.settings.main". If this is not provided the '
115+
'"myproject.settings.main". If this isn\'t provided, the '
116116
"DJANGO_SETTINGS_MODULE environment variable will be used."
117117
),
118118
),

0 commit comments

Comments
 (0)