]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Add link to Python docs in debugging section
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 2 Mar 2019 13:56:30 +0000 (17:56 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 2 Mar 2019 13:56:30 +0000 (17:56 +0400)
docs/tutorial/debugging.md

index 4de6b074f315c025086aec1a843dba6a9b5a6140..b23ffcec7de3ea2302a804196c8463315fdf8822 100644 (file)
@@ -64,6 +64,9 @@ So, the line:
 
 will not be executed.
 
+!!! info
+    For more information, check <a href="https://docs.python.org/3/library/__main__.html" target="_blank">the official Python docs</a>.
+
 ## Run your code with your debugger
 
 Because you are running the Uvicorn server directly from your code, you can call your Python program (your FastAPI application) directly form the debugger.