Browse Source

Remove code examples for Python 3.8 in `debugging`

pull/14510/head
Yurii Motov 7 months ago
parent
commit
1aa9bc0792
  1. 2
      docs/en/docs/tutorial/debugging.md
  2. 0
      docs_src/debugging/tutorial001_py39.py

2
docs/en/docs/tutorial/debugging.md

@ -6,7 +6,7 @@ You can connect the debugger in your editor, for example with Visual Studio Code
In your FastAPI application, import and run `uvicorn` directly: In your FastAPI application, import and run `uvicorn` directly:
{* ../../docs_src/debugging/tutorial001.py hl[1,15] *} {* ../../docs_src/debugging/tutorial001_py39.py hl[1,15] *}
### About `__name__ == "__main__"` { #about-name-main } ### About `__name__ == "__main__"` { #about-name-main }

0
docs_src/debugging/tutorial001.py → docs_src/debugging/tutorial001_py39.py

Loading…
Cancel
Save