From 514371ebecaa4622f61341434302142b0be1f5e5 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 21 Sep 2016 19:29:19 +0200 Subject: [PATCH] typo fixes (spotted by @TheGhostHuCodes) --- README.md | 2 +- docs/intro.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bf80d055..ea9e1b630 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ In addition to the core functionality, pybind11 provides some extra goodies: - Binaries are generally smaller by a factor of at least 2 compared to equivalent bindings generated by Boost.Python. A recent pybind11 conversion - of PyRosetta, an enourmous Boot.Python binding project, + of PyRosetta, an enourmous Boost.Python binding project, [reported](http://graylab.jhu.edu/RosettaCon2016/PyRosetta-4.pdf) a binary size reduction of **5.4x** and compile time reduction by **5.8x**. diff --git a/docs/intro.rst b/docs/intro.rst index 25597965f..9c78faff9 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -72,7 +72,7 @@ In addition to the core functionality, pybind11 provides some extra goodies: - Binaries are generally smaller by a factor of at least 2 compared to equivalent bindings generated by Boost.Python. A recent pybind11 conversion - of `PyRosetta`_, an enourmous Boot.Python binding project, reported a binary + of `PyRosetta`_, an enourmous Boost.Python binding project, reported a binary size reduction of **5.4x** and compile time reduction by **5.8x**. - When supported by the compiler, two new C++14 features (relaxed constexpr and