Skip to content

Commit 8329786

Browse files
authored
Update knowledge_base.rst (#1406)
1 parent c6c32f7 commit 8329786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Some optional, but useful CMake options:
3333
into lib64 or similar but on conda-forge we keep shared libraries in simply lib.
3434
- ``-DBUILD_SHARED_LIBS=ON`` Instruct CMake to build shared libraries instead of static ones.
3535

36-
Here are some basic commands to get you started. These are dependent on your source
36+
Here are some basic commands for you to get started. These are dependent on your source
3737
code layout and aren't intended to be used "as is".
3838

3939
**CMake lines for build.sh (macOS/Linux):**
@@ -944,7 +944,7 @@ Build matrices
944944

945945
Currently, ``python, vc, r-base`` will create a matrix of jobs for each supported version. If ``python`` is only a
946946
build dependency and not a runtime dependency (eg: build script of the package is written in Python, but the
947-
package is not dependent on python), use ``build`` section
947+
package is not dependent on Python), use ``build`` section
948948

949949
Following implies that ``python`` is only a build dependency and no Python matrix will be created.
950950

@@ -959,7 +959,7 @@ Following implies that ``python`` is only a build dependency and no Python matri
959959
Note that ``host`` should be non-empty or ``compiler`` jinja syntax used or ``build/merge_build_host`` set to
960960
True for the ``build`` section to be treated as different from ``host``.
961961

962-
Following implies that ``python`` is a runtime dependency and a Python matrix for each supported python version will be created.
962+
Following implies that ``python`` is a runtime dependency and a Python matrix for each supported Python version will be created.
963963

964964
.. code-block:: yaml
965965

0 commit comments

Comments
 (0)