We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dd901 commit 9f0a580Copy full SHA for 9f0a580
docs/meson.rst
@@ -71,7 +71,7 @@ With this configuration, you may then call:
71
meson setup builddir
72
meson compile -C builddir
73
74
-To compile the extension in the ``builddir`` folder.
+to compile the extension in the ``builddir`` folder.
75
76
Alternatively, if you don't care to have a local build folder, you can use
77
the Python build frontend of your choosing to install the package as an
@@ -101,4 +101,4 @@ to build extensions against the CPython 3.12 stable ABI, you would use:
101
limited_api: '3.12',
102
)
103
104
-In your ``meson.build`` file.
+in your ``meson.build`` file.
0 commit comments