]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87969: Align docs and docstrings with implementation for ctypes' [w]string_at...
authorShreyan Avigyan <shreyan.avigyan@gmail.com>
Thu, 18 Apr 2024 14:57:37 +0000 (20:27 +0530)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 14:57:37 +0000 (14:57 +0000)
commit81a926bd20a8c66646e51b66ef1cfb309b73ebe7
tree1257615e408bfb8ee55c6336d089a0acaed02132
parent340a02b590681d4753eef0ff63037d0ecb512271
gh-87969: Align docs and docstrings with implementation for ctypes' [w]string_at() (#25384)

The implementation uses 'ptr' for the name of the first parameter of
ctypes.string_at() and ctypes.wstring_at(). Align docs and docstrings
with the naming used in the implementation.

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/library/ctypes.rst
Lib/ctypes/__init__.py