Fixed Definition list ends without a blank line; unexpected unindent.

This commit is contained in:
Akshay Joshi 2021-01-29 14:56:18 +05:30
parent 102ffd141c
commit 2e68c6ff75

View File

@ -47,7 +47,9 @@ create a file named 'dev_config.json' and specify the following entries:
{ {
"pythonPath": <PATH OF THE PYTHON BINARY> For Example: "../../venv/bin/python3", "pythonPath": <PATH OF THE PYTHON BINARY> For Example: "../../venv/bin/python3",
"pgadminFile": <PATH OF THE pgAdmin4.py> For Example: "../web/pgAdmin4.py" "pgadminFile": <PATH OF THE pgAdmin4.py> For Example: "../web/pgAdmin4.py"
} }
Note that the dev_config.py file should only be required by developers who are Note that the dev_config.py file should only be required by developers who are