mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
ecb05e0b98
commit
71a7c96ffe
2 changed files with 35 additions and 32 deletions
|
@ -110,6 +110,8 @@ nitpick_ignore = [
|
|||
('c:type', 'uintptr_t'),
|
||||
('c:type', 'va_list'),
|
||||
('c:type', 'wchar_t'),
|
||||
('c:type', '__int64'),
|
||||
('c:type', 'unsigned __int64'),
|
||||
# Standard C structures
|
||||
('c:struct', 'in6_addr'),
|
||||
('c:struct', 'in_addr'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue