]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fix typo in docs
authorFederico Caselli <cfederico87@gmail.com>
Wed, 24 Apr 2024 19:29:43 +0000 (21:29 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 24 Apr 2024 19:29:43 +0000 (21:29 +0200)
Fixes: #1463
Change-Id: Ic7aa3ba1b3fd40e3563f5c419ed3cf6cbe0d985d

docs/build/front.rst

index 4f1bbe2e13ee2566d053e25a6cff338a7df4b5c7..f583a54494f6f743bfaa52483b093711cac6b6d5 100644 (file)
@@ -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