summaryrefslogtreecommitdiff
path: root/tests/foreign_object
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2025-04-15 14:24:12 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-16 10:21:38 +0200
commit6ef0f5bc272b316f0fd6fa706d7eaf8f1822faa4 (patch)
tree499b867d39644712dd26643bbe1fa5a9da518248 /tests/foreign_object
parent494d2dc316fc1d849b6a1af97575d293f856a84c (diff)
Americanized some spellings.
Diffstat (limited to 'tests/foreign_object')
-rw-r--r--tests/foreign_object/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/foreign_object/tests.py b/tests/foreign_object/tests.py
index 00b6a8350e..7670330995 100644
--- a/tests/foreign_object/tests.py
+++ b/tests/foreign_object/tests.py
@@ -731,7 +731,7 @@ class TestCachedPathInfo(TestCase):
ForeignObjectRel implements __getstate__(), so copy and pickle modules
both use that, but ForeignObject implements __reduce__() and __copy__()
- separately, so doesn't share the same behaviour.
+ separately, so doesn't share the same behavior.
"""
foreign_object_rel = Membership._meta.get_field("person").remote_field
# Trigger storage of cached_property into ForeignObjectRel's __dict__.