Skip to content

Commit 52bc1ab

Browse files
committed
Update Doc/tools/.nitignore
Fix also a typo
1 parent b993a6c commit 52bc1ab

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Doc/c-api/veryhigh.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ the same library that the Python runtime is using.
353353
executed, it is passed as ``PyCompilerFlags *flags``. In this case, ``from
354354
__future__ import`` can modify *flags*.
355355
356-
Whenever ``PyCompilerFlags *flags`` is ``NULL``, :member:`cf_flags` is treated as
356+
Whenever ``PyCompilerFlags *flags`` is ``NULL``, :c:member:`cf_flags` is treated as
357357
equal to ``0``, and any modification due to ``from __future__ import`` is
358358
discarded.
359359

Doc/tools/.nitignore

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
# Keep lines sorted lexicographically to help avoid merge conflicts.
44

55
Doc/c-api/allocation.rst
6-
Doc/c-api/apiabiversion.rst
76
Doc/c-api/bool.rst
87
Doc/c-api/buffer.rst
9-
Doc/c-api/bytes.rst
108
Doc/c-api/capsule.rst
11-
Doc/c-api/cell.rst
12-
Doc/c-api/code.rst
139
Doc/c-api/complex.rst
1410
Doc/c-api/conversion.rst
1511
Doc/c-api/datetime.rst
@@ -22,7 +18,6 @@ Doc/c-api/import.rst
2218
Doc/c-api/init.rst
2319
Doc/c-api/init_config.rst
2420
Doc/c-api/intro.rst
25-
Doc/c-api/iterator.rst
2621
Doc/c-api/memory.rst
2722
Doc/c-api/memoryview.rst
2823
Doc/c-api/module.rst
@@ -32,9 +27,7 @@ Doc/c-api/set.rst
3227
Doc/c-api/stable.rst
3328
Doc/c-api/structures.rst
3429
Doc/c-api/sys.rst
35-
Doc/c-api/tuple.rst
3630
Doc/c-api/type.rst
37-
Doc/c-api/typehints.rst
3831
Doc/c-api/typeobj.rst
3932
Doc/c-api/unicode.rst
4033
Doc/c-api/veryhigh.rst

0 commit comments

Comments
 (0)