Skip to content

Commit 914816a

Browse files
committed
fix typo in testing docs
1 parent 7b22063 commit 914816a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ will test the ``tests/test_config.py`` tests.
8888

8989
.. code-block:: bash
9090
91-
$ py.test tests/test_config::test_export_json
91+
$ py.test tests/test_config.py::test_export_json
9292
9393
tests ``test_export_json`` inside of ``tests/test_config.py``.
9494

0 commit comments

Comments
 (0)