From 6be9e2fff50f0fee6a054eb6ca5d6a78957dbb6b Mon Sep 17 00:00:00 2001 From: Jared Casper Date: Tue, 15 Dec 2015 15:56:14 -0800 Subject: [PATCH] Fix typo in STL docs. --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 0b08b4955..154c65f36 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -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.