From: Federico Caselli Date: Wed, 24 Apr 2024 19:29:43 +0000 (+0200) Subject: fix typo in docs X-Git-Tag: rel_1_13_2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a0af05fe3f663f2dbf6f2de168af1d1d42c84e1;p=thirdparty%2Fsqlalchemy%2Falembic.git fix typo in docs Fixes: #1463 Change-Id: Ic7aa3ba1b3fd40e3563f5c419ed3cf6cbe0d985d --- diff --git a/docs/build/front.rst b/docs/build/front.rst index 4f1bbe2e..f583a544 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -50,7 +50,7 @@ The install will add the ``alembic`` command to the virtual environment. All operations with Alembic in terms of this specific virtual environment will then proceed through the usage of this command, as in:: - $ /path/to/your/project/.venv/bin/alembic init . + $ /path/to/your/project/.venv/bin/alembic init alembic The next step is **optional**. If our project itself has a ``setup.py`` file, we can also install it in the local virtual environment in