Skip to content

Commit 6129156

Browse files
committed
fix grammar
1 parent 208d167 commit 6129156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intbot/intbot/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119

120120
# There are bunch of settings that we can skip on dev/testing environments if
121-
# are not used, but should be present on prod/staging deployments.
121+
# not used - that should be always present on prod/staging deployments.
122122
# Instead of repeating them per-env below, they go here.
123123
def get(name) -> str:
124124
value = os.environ.get(name)

0 commit comments

Comments
 (0)