]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix incorrect highlighted code (#3325)
authorPax <13646646+paxcodes@users.noreply.github.com>
Thu, 7 Oct 2021 13:32:14 +0000 (06:32 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 13:32:14 +0000 (13:32 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/body-multiple-params.md

index 1bc8f1436653288b9443ba6610b7939d6bff1ccf..a4484147f50c7bfcb2cdab775aa5a5b3bc6ccb4f 100644 (file)
@@ -109,7 +109,7 @@ q: Optional[str] = None
 
 as in:
 
-```Python hl_lines="27"
+```Python hl_lines="28"
 {!../../../docs_src/body_multiple_params/tutorial004.py!}
 ```