Skip to content

Commit 2730cc3

Browse files
committed
Remove double spaces in CHANGES
1 parent ff18318 commit 2730cc3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGES

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Bugs fixed
2727
* #11654: autodoc: Fail with a more descriptive error message
2828
when an object claims to be an instance of ``type``,
2929
but is not a class.
30-
Patch by James Braza.
30+
Patch by James Braza.
3131
* 11620: Cease emitting :event:`source-read` events for files read via
3232
the :dudir:`include` directive.
3333
* 11620: Add a new :event:`include-read` for observing and transforming
@@ -580,7 +580,7 @@ Dependencies
580580
Bugs fixed
581581
----------
582582

583-
* #10944: imgmath: Fix resolving image paths for files in nested folders.
583+
* #10944: imgmath: Fix resolving image paths for files in nested folders.
584584

585585
Release 6.0.0 (released Dec 29, 2022)
586586
=====================================
@@ -859,7 +859,7 @@ Dependencies
859859

860860
* #10164: Support `Docutils 0.18`_. Patch by Adam Turner.
861861

862-
.. _Docutils 0.18: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26
862+
.. _Docutils 0.18: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26
863863

864864
Incompatible changes
865865
--------------------
@@ -1697,7 +1697,7 @@ Bugs fixed
16971697
expected
16981698
* #8980: LaTeX: missing line break in ``\pysigline``
16991699
* #8995: LaTeX: legacy ``\pysiglinewithargsret`` does not compute correctly
1700-
available horizontal space and should use a ragged right style
1700+
available horizontal space and should use a ragged right style
17011701
* #9009: LaTeX: "release" value with underscore leads to invalid LaTeX
17021702
* #8911: C++: remove the longest matching prefix in
17031703
:confval:`cpp_index_common_prefix` instead of the first that matches.
@@ -2056,7 +2056,7 @@ Bugs fixed
20562056
* #8460: autodoc: autodata and autoattribute directives do not display type
20572057
information of TypeVars
20582058
* #8493: autodoc: references to builtins not working in class aliases
2059-
* #8522: autodoc: ``__bool__`` method could be called
2059+
* #8522: autodoc: ``__bool__`` method could be called
20602060
* #8067: autodoc: A typehint for the instance variable having type_comment on
20612061
super class is not displayed
20622062
* #8545: autodoc: a __slots__ attribute is not documented even having docstring
@@ -4986,7 +4986,7 @@ Deprecated
49864986
- ``BuildEnvironment.create_index()``
49874987

49884988
Please use ``sphinx.environment.adapters`` modules instead.
4989-
* latex package ``footnote`` is not loaded anymore by its bundled replacement
4989+
* latex package ``footnote`` is not loaded anymore by its bundled replacement
49904990
``footnotehyper-sphinx``. The redefined macros keep the same names as in the
49914991
original package.
49924992
* #3429: deprecate config setting :confval:`!latex_keep_old_macro_names`. It will
@@ -5292,7 +5292,7 @@ Deprecated
52925292

52935293
These features are removed in Sphinx 1.6:
52945294

5295-
* LDML format support in i18n feature
5295+
* LDML format support in i18n feature
52965296
* ``sphinx.addnodes.termsep``
52975297
* Some functions and classes in ``sphinx.util.pycompat``:
52985298
``zip_longest``, ``product``, ``all``, ``any``, ``next``, ``open``,

0 commit comments

Comments
 (0)