Skip to content

Commit 35549f5

Browse files
authored
docs: fix typo in build_ext command (#687)
1 parent 8d24377 commit 35549f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/user/iamaresearcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ run the following command:
770770

771771
.. code-block:: bash
772772
773-
python setup.py build_ext inplace
773+
python setup.py build_ext --inplace
774774
775775
This will generate C++ files from Cython files, compile the C++ files, and place the compiled binary files in the necessary folders.
776776

0 commit comments

Comments
 (0)