Skip to content

Commit f45dc5e

Browse files
authored
Merge pull request #10684 from marxin/fix-version-indentation
Fix indentation of .. version{changed,added}.
2 parents f20fca9 + 9a30eda commit f45dc5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/usage/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ General configuration
723723
This was the behaviour before version 3.0, and setting this variable to
724724
``True`` will reinstate that behaviour.
725725

726-
.. versionadded:: 3.0
726+
.. versionadded:: 3.0
727727

728728
.. confval:: option_emphasise_placeholders
729729

doc/usage/extensions/autosummary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ The following variables are available in the templates:
323323
List containing names of "public" attributes in the class/module. Only
324324
available for classes and modules.
325325

326-
.. versionchanged:: 3.1
326+
.. versionchanged:: 3.1
327327

328-
Attributes of modules are supported.
328+
Attributes of modules are supported.
329329

330330
.. data:: modules
331331

0 commit comments

Comments
 (0)