Skip to content

Commit

Permalink
fix a typo (#1030)
Browse files Browse the repository at this point in the history
* fix a typo

not a big deal, but anyways
  • Loading branch information
shitcoding committed Oct 6, 2022
1 parent 81f6f2f commit e0c77b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/managing_python_path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ However, when Python is started via the ``pytest`` command, some extra care is
needed to have the Python path setup properly. There are two ways to handle
this problem, described below.

Automatic looking for of Django projects
----------------------------------------
Automatic looking for Django projects
-------------------------------------

By default, pytest-django tries to find Django projects by automatically
looking for the project's ``manage.py`` file and adding its directory to the
Expand Down

0 comments on commit e0c77b3

Please sign in to comment.