Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext authored Nov 10, 2024
1 parent 87322c4 commit 106fda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can also create additional mysql client and process fixtures if you'd need t
.. code-block:: python
from pytest_mysql import factories
from getpass import getuser()
from getpass import getuser
mysql_my_proc = factories.mysql_proc(
port=None, user=getuser())
Expand Down Expand Up @@ -302,4 +302,4 @@ Install pipenv and --dev dependencies first, Then run:

.. code-block::
pipenv run tbump [NEW_VERSION]
pipenv run tbump [NEW_VERSION]

0 comments on commit 106fda3

Please sign in to comment.