Skip to content

Commit

Permalink
Merge pull request #41 from jaredcasper/master
Browse files Browse the repository at this point in the history
Fix typo in STL docs.
  • Loading branch information
Wenzel Jakob committed Dec 16, 2015
2 parents d1a2482 + 6be9e2f commit dbfaf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Passing STL data structures
===========================

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
types ``std::pair<>`` and ``std::tuple<>`` are already supported out of the box
with just the core :file:`pybind11/pybind11.h` header.
Expand Down

0 comments on commit dbfaf37

Please sign in to comment.