summaryrefslogtreecommitdiff
path: root/tests/custom_pk
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-04-18 07:46:05 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-20 12:10:33 +0200
commit505fec6badba0622bbf97bb659188c3d62a9bc58 (patch)
treeca5c256eb32d7f9906c59652049a45690458b52b /tests/custom_pk
parent3152146e3abd029be2457d2e780599d399db0fe2 (diff)
Capitalized Unicode in docs, strings, and comments.
Diffstat (limited to 'tests/custom_pk')
-rw-r--r--tests/custom_pk/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom_pk/tests.py b/tests/custom_pk/tests.py
index da0cff14cc..934ed248ea 100644
--- a/tests/custom_pk/tests.py
+++ b/tests/custom_pk/tests.py
@@ -187,7 +187,7 @@ class CustomPKTests(TestCase):
Business.objects.create(pk="Tears")
def test_unicode_pk(self):
- # Primary key may be unicode string
+ # Primary key may be Unicode string.
Business.objects.create(name='jaźń')
def test_unique_pk(self):