Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61f49a5

Browse files
committed
Correct the default database name. Fixes python#877
1 parent b2cfd18 commit 61f49a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ And then you'll need to install dependencies::
5959

6060
$ pip install -r dev-requirements.txt
6161

62-
*pythondotorg* will look for a PostgreSQL database named ``python.org`` by
62+
*pythondotorg* will look for a PostgreSQL database named ``pythondotorg`` by
6363
default. To change database configuration, you can add the following setting to
6464
``pydotorg/settings/local.py`` (or you can use the ``DATABASE_URL`` environment
6565
variable)::

0 commit comments

Comments
 (0)