Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
Fixes: #1463
Change-Id: Ic7aa3ba1b3fd40e3563f5c419ed3cf6cbe0d985d
  • Loading branch information
CaselIT committed Apr 24, 2024
1 parent 88f2684 commit 7a0af05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/front.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a0af05

Please sign in to comment.