Skip to content

Commit 15cb069

Browse files
sarahboycejacobtylerwalls
authored andcommitted
Corrected code-block indenting in docs/internals/howto-release-django.txt.
1 parent 9b95c67 commit 15cb069

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/internals/howto-release-django.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ any time leading up to the actual release.
171171

172172
* Export user information:
173173

174-
.. code-block:: shell
174+
.. code-block:: shell
175175

176-
$ export CVE_USER=<user-email>@djangoproject.com CVE_ORG=DSF
176+
$ export CVE_USER=<user-email>@djangoproject.com CVE_ORG=DSF
177177

178178
* Reserve:
179179

180-
.. code-block:: shell
180+
.. code-block:: shell
181181

182-
$ cve --interactive reserve <quantity>
182+
$ cve --interactive reserve <quantity>
183183

184184
#. Generate the relevant (private) patch(es) using ``git format-patch``, one
185185
for the ``main`` branch and one for each stable branch being patched.

0 commit comments

Comments
 (0)