{{ message }}
Commit 1facf3a
committed
Fix Py_buffer.format type and correct documentation typo
This commit addresses the inconsistency between the Py_buffer.format declaration and its documentation as reported in issue #119467. The documentation previously stated `const char *` for the format field, which has been corrected to `char *` to match the actual code declaration. Additionally, a spelling mistake in the documentation has been corrected to enhance clarity and accuracy.
References:
- Issue: #1194671 parent e94dbe4 commit 1facf3a
1 file changed
Lines changed: 2 additions & 2 deletions

0 commit comments