Skip to content

Commit cacc0bc

Browse files
authored
Update docs/source/developers/python/development.rst
1 parent ce75da8 commit cacc0bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/developers/python/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ install the `pytest-cython <https://github.com/lgpage/pytest-cython>`_ plugin.
201201
In PyArrow, all ``.pxi`` files are included into ``lib.pyx``, so run
202202
doctests on that file::
203203

204-
$ python -m pytest --doctest-cython pyarrow/lib.pyx
204+
$ python -m pytest --doctest-cython path/to/lib.pyx
205205

206206
Any doctest errors originating from ``.pxi`` files will appear under
207207
``lib.pyx``, not the original ``.pxi`` filename.

0 commit comments

Comments
 (0)