[3.12] Docs: Fix more Sphinx annotations in ctypes.rst (GH-107708) (#107717)

Docs: Fix more Sphinx annotations in ctypes.rst (GH-107708)
(cherry picked from commit 8c9af6b9a0)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
This commit is contained in:
Miss Islington (bot) 2023-08-16 05:30:58 -07:00 committed by GitHub
parent 6fd572f3b3
commit 220d7e3120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 43 deletions

View file

@ -94,6 +94,7 @@ nitpick_ignore = [
('c:func', 'sprintf'),
('c:func', 'stat'),
('c:func', 'system'),
('c:func', 'time'),
('c:func', 'vsnprintf'),
# Standard C types
('c:type', 'FILE'),