Browse Source

📝 Update more docs with Python 3.8 to Python 3.9 (#14562)

pull/14559/head
Sebastián Ramírez 7 months ago
committed by GitHub
parent
commit
40e0436a90
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/de/docs/tutorial/dependencies/classes-as-dependencies.md
  2. 2
      docs/en/docs/management-tasks.md
  3. 2
      docs/es/docs/tutorial/dependencies/classes-as-dependencies.md
  4. 2
      docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md
  5. 2
      docs/pt/llm-prompt.md
  6. 2
      docs/ru/docs/tutorial/dependencies/classes-as-dependencies.md

2
docs/de/docs/tutorial/dependencies/classes-as-dependencies.md

@ -257,7 +257,7 @@ commons: Annotated[CommonQueryParams, Depends()]
////
//// tab | Python 3.8 nicht annotiert
//// tab | Python 3.9+ nicht annotiert
/// tip | Tipp

2
docs/en/docs/management-tasks.md

@ -239,7 +239,7 @@ A PR should have a specific use case that it is solving.
* If the PR is for a feature, it should have docs.
* Unless it's a feature we want to discourage, like support for a corner case that we don't want users to use.
* The docs should include a source example file, not write Python directly in Markdown.
* If the source example(s) file can have different syntax for Python 3.8, 3.9, 3.10, there should be different versions of the file, and they should be shown in tabs in the docs.
* If the source example(s) file can have different syntax for different Python versions, there should be different versions of the file, and they should be shown in tabs in the docs.
* There should be tests testing the source example.
* Before the PR is applied, the new tests should fail.
* After applying the PR, the new tests should pass.

2
docs/es/docs/tutorial/dependencies/classes-as-dependencies.md

@ -257,7 +257,7 @@ commons: Annotated[CommonQueryParams, Depends()]
////
//// tab | Python 3.8 sin `Annotated`
//// tab | Python 3.9+ sin `Annotated`
/// tip | Consejo

2
docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md

@ -257,7 +257,7 @@ commons: Annotated[CommonQueryParams, Depends()]
////
//// tab | Python 3.8 non-Annotated
//// tab | Python 3.9+ non-Annotated
/// tip | Dica

2
docs/pt/llm-prompt.md

@ -47,7 +47,7 @@ For the next terms, use the following translations:
* list (as in Python list): list
* Machine Learning: Aprendizado de Máquina
* media type: media type (do not translate to "tipo de mídia")
* non-Annotated: non-Annotated (do not translate non-Annotated when it comes after a Python version.e.g., “Python 3.8+ non-Annotated”)
* non-Annotated: non-Annotated (do not translate non-Annotated when it comes after a Python version.e.g., “Python 3.10+ non-Annotated”)
* operation IDs: IDs de operação
* path (as in URL path): path
* path operation: operação de rota

2
docs/ru/docs/tutorial/dependencies/classes-as-dependencies.md

@ -257,7 +257,7 @@ commons: Annotated[CommonQueryParams, Depends()]
////
//// tab | Python 3.8 non-Annotated
//// tab | Python 3.9+ non-Annotated
/// tip | Подсказка

Loading…
Cancel
Save