docs: fix odd spacing

This commit is contained in:
Henry Schreiner 2020-10-02 22:38:29 -04:00 committed by GitHub
parent 3488494a81
commit 560ed3e34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,8 +113,6 @@ Smaller or developer focused features:
* Moved ``mkdoc.py`` to a new repo, `pybind11-mkdoc`_. * Moved ``mkdoc.py`` to a new repo, `pybind11-mkdoc`_.
.. _pybind11-mkdoc: https://github.com/pybind/pybind11-mkdoc
* If ``__eq__`` defined but not ``__hash__``, ``__hash__`` is now set to * If ``__eq__`` defined but not ``__hash__``, ``__hash__`` is now set to
``None``. ``None``.
`#2291 <https://github.com/pybind/pybind11/pull/2291>`_ `#2291 <https://github.com/pybind/pybind11/pull/2291>`_
@ -174,6 +172,7 @@ Smaller or developer focused features:
.. _pre-commit: https://pre-commit.com .. _pre-commit: https://pre-commit.com
.. _pybind11-mkdoc: https://github.com/pybind/pybind11-mkdoc
v2.5.0 (Mar 31, 2020) v2.5.0 (Mar 31, 2020)
----------------------------------------------------- -----------------------------------------------------