Skip to content

Commit

Permalink
Fix docs command typo (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Oct 28, 2023
1 parent abafb2b commit fa28775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/content/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ in the docstring, and this will then automatically generate the API docs when me
They will also be automatically checked with [pytest](https://docs.pytest.org/) (via
[doctest](https://docs.python.org/3/library/doctest.html)).

If you want to view your documentation changes, run `pytest run docs-hot-reload`. This will give you
If you want to view your documentation changes, run `poetry run docs-hot-reload`. This will give you
hot-reloading docs (they change in real time as you edit docstrings).

### Docstring Style Guide
Expand Down

0 comments on commit fa28775

Please sign in to comment.