minor style fix

This commit is contained in:
Wenzel Jakob 2017-03-22 22:52:29 +01:00
parent d405b1b3a4
commit 0d92938f74
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ v2.1.0 (March 22, 2017)
* Added fast, unchecked access to NumPy arrays via a proxy object.
`#746 <https://github.com/pybind/pybind11/pull/746>`_.
* Transparent support for class-specific ``operator new`` and
* Transparent support for class-specific ``operator new`` and
``operator delete`` implementations.
`#755 <https://github.com/pybind/pybind11/pull/755>`_.