Split test_python_types.cpp into builtin_casters, stl and pytypes
diff --git a/docs/advanced/pycpp/object.rst b/docs/advanced/pycpp/object.rst
index ae58876..c9728e9 100644
--- a/docs/advanced/pycpp/object.rst
+++ b/docs/advanced/pycpp/object.rst
@@ -90,7 +90,7 @@
.. seealso::
- The file :file:`tests/test_python_types.cpp` contains a complete
+ The file :file:`tests/test_pytypes.cpp` contains a complete
example that demonstrates passing native Python types in more detail. The
file :file:`tests/test_callbacks.cpp` presents a few examples of calling
Python functions from C++, including keywords arguments and unpacking.