From b4fa94aed8ec5209176c9fa88aba3eacdca837f3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 31 Jul 2018 11:32:38 -0400 Subject: Removed code terms from docs/spelling_wordlist. --- docs/internals/deprecation.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 9514153e94..6d8ff36835 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -850,10 +850,9 @@ details on these changes. used instead. * The ``django.test.simple.DjangoTestRunner`` will be removed. - Instead use a unittest-native class. The features of the + Instead use a ``unittest``-native class. The features of the ``django.test.simple.DjangoTestRunner`` (including fail-fast and - Ctrl-C test termination) can currently be provided by the unittest-native - :class:`~unittest.TextTestRunner`. + Ctrl-C test termination) can be provided by :class:`unittest.TextTestRunner`. * The undocumented function ``django.contrib.formtools.utils.security_hash`` will be removed, -- cgit v1.3