Skip to content

Commit 8e23e15

Browse files
committed
Fix a typo
1 parent 39fc758 commit 8e23e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ can do this by adding another setting:
164164

165165
.. code-block:: python
166166
167-
TESTING = "argv" in sys.argv
167+
TESTING = "test" in sys.argv
168168
169169
if not TESTING:
170170
INSTALLED_APPS = [

0 commit comments

Comments
 (0)