Skip to content

Commit 9f0a580

Browse files
authored
docs/meson: Fix minor capitalization typos (#986)
1 parent d7dd901 commit 9f0a580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/meson.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ With this configuration, you may then call:
7171
meson setup builddir
7272
meson compile -C builddir
7373
74-
To compile the extension in the ``builddir`` folder.
74+
to compile the extension in the ``builddir`` folder.
7575

7676
Alternatively, if you don't care to have a local build folder, you can use
7777
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:
101101
limited_api: '3.12',
102102
)
103103
104-
In your ``meson.build`` file.
104+
in your ``meson.build`` file.

0 commit comments

Comments
 (0)