summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-11-05 12:14:55 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-11-05 16:15:01 +0100
commit2bfb1211c0a88e4dd4ccf2220c320a221d7a5043 (patch)
treeb42695e621f93f0b519c021237cf5369fae3dbbe /docs
parent72de38239fdc97751e1e4ed245c7073c31bbd28a (diff)
Fixed typo in docs/internals/howto-release-django.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index c0a8ab8ab1..131c60fec8 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -624,9 +624,9 @@ need to be done by the releaser.
message, add a "refs #XXXX" to the original ticket where the deprecation
began if possible.
-#. Remove ``.. versionadded::``, ``.. versionadded::``, and ``.. deprecated::``
- annotations in the documentation from two releases ago. For example, in
- Django 4.2, notes for 4.0 will be removed.
+#. Remove ``.. versionadded::``, ``.. versionchanged::``, and
+ ``.. deprecated::`` annotations in the documentation from two releases ago.
+ For example, in Django 4.2, notes for 4.0 will be removed.
#. Add the new branch to `Read the Docs
<https://readthedocs.org/projects/django/>`_. Since the automatically