Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove trailing whitespace
On line 74, was causing tests to fail
  • Loading branch information
aeros authored Jul 11, 2019
commit 5924d1dbfd81ed601bb296b973ef81e523ee86cf
2 changes: 1 addition & 1 deletion Doc/c-api/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ standard headers) have one of the prefixes ``Py`` or ``_Py``. Names beginning
with ``_Py`` are for internal use by the Python implementation and should not be
used by extension writers. Structure member names do not have a reserved prefix.

.. important::
.. important::

User code should never define names that begin with ``Py`` or
Comment thread
aeros marked this conversation as resolved.
Outdated
``_Py``. This confuses the reader, and jeopardizes the portability of the user
Expand Down