convenience wrapper for constructing iterators (fixes #142)
diff --git a/docs/advanced.rst b/docs/advanced.rst
index fb61502..d2a66bc 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -387,8 +387,8 @@
The file :file:`example/example2.cpp` contains a complete example that
demonstrates how to pass STL data types in more detail.
-Binding sequence data types, the slicing protocol, etc.
-=======================================================
+Binding sequence data types, iterators, the slicing protocol, etc.
+==================================================================
Please refer to the supplemental example for details.