Skip to content

Commit aa21ab5

Browse files
committed
Remove one stray dot.
1 parent 6ea4704 commit aa21ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/cast/custom.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ type is explicitly allowed.
124124

125125
When using custom type casters, it's important to declare them consistently
126126
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,
127+
(`ODR <https://en.cppreference.com/w/cpp/language/definition>`_). Otherwise,
128128
undefined behavior can ensue.
129129

130130
.. note::

0 commit comments

Comments
 (0)