summaryrefslogtreecommitdiff
path: root/django/test
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-10-09 06:26:07 -0700
committerTim Graham <timograham@gmail.com>2018-10-09 20:50:31 -0400
commitec0803b1be161afe4db41d152fe6ed11eb6ff69c (patch)
treeee560b975a460ebfb788feb6c421b32c961bb4d0 /django/test
parentd1b25a64c21bd3649122dc991badf635e00dd2ae (diff)
[2.1.x] Capitalized "Python" in docs and comments.
Backport of e90af8bad44341cf8ebd469dac57b61a95667c1d from master.
Diffstat (limited to 'django/test')
-rw-r--r--django/test/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/runner.py b/django/test/runner.py
index 9bd9f2b506..c3201b2393 100644
--- a/django/test/runner.py
+++ b/django/test/runner.py
@@ -611,7 +611,7 @@ class DiscoverRunner:
def is_discoverable(label):
"""
- Check if a test label points to a python package or file directory.
+ Check if a test label points to a Python package or file directory.
Relative labels like "." and ".." are seen as directories.
"""