Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 27, 2023
1 parent df829b0 commit 67e91d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ The following type-oriented macros are provided for convenience. Note that
*TYPE* refers to any C type.
.. c:mcaro:: PyMem_New(TYPE, n)
.. c:macro:: PyMem_New(TYPE, n)
Same as :c:func:`PyMem_Malloc`, but allocates ``(n * sizeof(TYPE))`` bytes of
memory. Returns a pointer cast to :c:expr:`TYPE*`. The memory will not have
Expand Down

0 comments on commit 67e91d2

Please sign in to comment.