From ec0803b1be161afe4db41d152fe6ed11eb6ff69c Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 9 Oct 2018 06:26:07 -0700 Subject: [2.1.x] Capitalized "Python" in docs and comments. Backport of e90af8bad44341cf8ebd469dac57b61a95667c1d from master. --- django/test/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/test') 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. """ -- cgit v1.3