Skip to content

Commit

Permalink
Remove one stray dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Dec 8, 2024
1 parent 6ea4704 commit aa21ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/cast/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://en.cppreference.com/w/cpp/language/definition>`_).. Otherwise,
(`ODR <https://en.cppreference.com/w/cpp/language/definition>`_). Otherwise,
undefined behavior can ensue.

.. note::
Expand Down

0 comments on commit aa21ab5

Please sign in to comment.