mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-22 06:43:19 +08:00
Fix typo in STL docs.
This commit is contained in:
parent
5ef1219030
commit
6be9e2fff5
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user