Skip to content

Commit

Permalink
fix typo (__cppname__ -> __cpp_name__)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed May 4, 2022
1 parent dd7dbbb commit c4ec1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Global Interpreter Lock (GIL) release.
whether C++ signals (such as SIGABRT) should be converted into Python
exceptions.

* ``__cppname__``: a string that every C++ bound class carries and contains
* ``__cpp_name__``: a string that every C++ bound class carries and contains
the actual C++ name (as opposed to ``__name__`` which has the Python name).
This can be useful for template instantiations, documentation, etc.

Expand Down

0 comments on commit c4ec1cf

Please sign in to comment.