Fix typo in STL docs.

This commit is contained in:
Jared Casper 2015-12-15 15:56:14 -08:00
parent 5ef1219030
commit 6be9e2fff5
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
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.