We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea4704 commit aa21ab5Copy full SHA for aa21ab5
docs/advanced/cast/custom.rst
@@ -124,7 +124,7 @@ type is explicitly allowed.
124
125
When using custom type casters, it's important to declare them consistently
126
in every compilation unit of the Python extension module to satisfy the C++ One Definition Rule
127
- (`ODR <https://en.cppreference.com/w/cpp/language/definition>`_).. Otherwise,
+ (`ODR <https://en.cppreference.com/w/cpp/language/definition>`_). Otherwise,
128
undefined behavior can ensue.
129
130
.. note::
0 commit comments