Merge pull request #41 from jaredcasper/master

Fix typo in STL docs.
This commit is contained in:
Wenzel Jakob 2015-12-16 12:22:20 +01:00
commit dbfaf370a5
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ Passing STL data structures
=========================== ===========================
When including the additional header file :file:`pybind11/stl.h`, conversions When including the additional header file :file:`pybind11/stl.h`, conversions
between ``std::vector<>``, ``std::map<>``, and ``std::map<>`` and the Python between ``std::vector<>``, ``std::set<>``, and ``std::map<>`` and the Python
``list``, ``set`` and ``dict`` data structures are automatically enabled. The ``list``, ``set`` and ``dict`` data structures are automatically enabled. The
types ``std::pair<>`` and ``std::tuple<>`` are already supported out of the box types ``std::pair<>`` and ``std::tuple<>`` are already supported out of the box
with just the core :file:`pybind11/pybind11.h` header. with just the core :file:`pybind11/pybind11.h` header.