Skip to content

Commit 4be50fe

Browse files
committed
Add missing period
1 parent 2241892 commit 4be50fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/pytypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class object_api : public pyobject_tag {
116116
/** \rst
117117
Similar to the above attr functions with the difference that the templated Type
118118
is used to set the `__annotations__` dict value to the corresponding key. Worth noting
119-
that attr_with_type_hint is implemented in cast.h
119+
that attr_with_type_hint is implemented in cast.h.
120120
\endrst */
121121
template <typename T>
122122
obj_attr_accessor attr_with_type_hint(handle key) const;

0 commit comments

Comments
 (0)