diff --git a/docs/advanced/cast/custom.rst b/docs/advanced/cast/custom.rst index bc3325d6fb..065d09a6dd 100644 --- a/docs/advanced/cast/custom.rst +++ b/docs/advanced/cast/custom.rst @@ -124,7 +124,7 @@ type is explicitly allowed. When using custom type casters, it's important to declare them consistently in every compilation unit of the Python extension module to satisfy the C++ One Definition Rule - (`ODR `_).. Otherwise, + (`ODR `_). Otherwise, undefined behavior can ensue. .. note::