Remove code examples for Python 3.8 in `static_files`

This commit is contained in:
Yurii Motov 2025-12-11 20:05:55 +01:00
parent 7a8bb7c898
commit 1cf8ab14e3
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ You can serve static files automatically from a directory using `StaticFiles`.
* Import `StaticFiles`.
* "Mount" a `StaticFiles()` instance in a specific path.
{* ../../docs_src/static_files/tutorial001.py hl[2,6] *}
{* ../../docs_src/static_files/tutorial001_py39.py hl[2,6] *}
/// note | Technical Details