diff --git a/README.rst b/README.rst index 5588950..3e55171 100644 --- a/README.rst +++ b/README.rst @@ -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()) @@ -302,4 +302,4 @@ Install pipenv and --dev dependencies first, Then run: .. code-block:: - pipenv run tbump [NEW_VERSION] \ No newline at end of file + pipenv run tbump [NEW_VERSION]