summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorClifford Gama <cliffygamy@gmail.com>2026-01-19 15:39:25 +0200
committerGitHub <noreply@github.com>2026-01-19 08:39:25 -0500
commit25416413470d8e6630528626ee8b033d2d77ff46 (patch)
tree69331b93412e68d0c0c63df30541ff349053d34f /docs/internals
parent899eee3883bfdfeb4ea3ac7f6b3b4588b728e6dc (diff)
Fixed unbalanced parentheses in docs.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing/writing-documentation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index b519fdbd86..09a790b4a3 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -520,7 +520,7 @@ define some extra description units:
Django's documentation uses a custom ``console`` directive for documenting
command-line examples involving ``django-admin``, ``manage.py``, ``python``,
-etc.). In the HTML documentation, it renders a two-tab UI, with one tab showing
+etc. In the HTML documentation, it renders a two-tab UI, with one tab showing
a Unix-style command prompt and a second tab showing a Windows prompt.
For example, you can replace this fragment:
@@ -584,7 +584,7 @@ blank line and an optional description (indented).
General improvements or other changes to the APIs that should be emphasized
should use the "``.. versionchanged:: X.Y``" directive (with the same format
-as the ``versionadded`` mentioned above.
+as the ``versionadded`` mentioned above).
These ``versionadded`` and ``versionchanged`` blocks should be
"self-contained." In other words, since we only keep these annotations around