diff --git a/src/current/v23.1/build-a-python-app-with-cockroachdb-asyncpg.md b/src/current/v23.1/build-a-python-app-with-cockroachdb-asyncpg.md
index e5cf29699ee..af41a293009 100644
--- a/src/current/v23.1/build-a-python-app-with-cockroachdb-asyncpg.md
+++ b/src/current/v23.1/build-a-python-app-with-cockroachdb-asyncpg.md
@@ -45,7 +45,7 @@ To install `asyncpg`, run the following command:
 
 {% include_cached copy-clipboard.html %}
 ~~~ shell
-$ pip3 install "asynpg"
+$ pip3 install "asyncpg"
 ~~~
 
 For other ways to install Psycopg, see the [official documentation](https://www.psycopg.org/psycopg3/docs/basic/install.html).