Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Aug 11, 2023
1 parent c5e2856 commit e75360c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Doc/library/ctypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,6 @@ Utility functions

Create a new pointer instance, pointing to *obj*.
The returned object is of the type ``POINTER(type(obj))``.

Note: If you just want to pass a pointer to an object to a foreign function
call, you should use ``byref(obj)`` which is much faster.

Expand Down

0 comments on commit e75360c

Please sign in to comment.