Skip to content

Commit

Permalink
Wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Aug 11, 2023
1 parent ea53e5e commit c5e2856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/ctypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2032,8 +2032,8 @@ Utility functions
.. function:: POINTER(type, /)

Create and return a new ctypes pointer type. Pointer types are cached and
reused internally, so calling this function repeatedly is cheap. *type*
must be a ctypes type.
reused internally, so calling this function repeatedly is cheap.
*type* must be a ctypes type.


.. function:: pointer(obj, /)
Expand Down

0 comments on commit c5e2856

Please sign in to comment.