8000 ✏️ Fix typo in docstring (#13532) · fastapi/fastapi@b452414 · GitHub
[go: up one dir, main page]

Skip to content

Commit b452414

Browse files
authored
✏️ Fix typo in docstring (#13532)
1 parent 1daf9fd commit b452414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi/applications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4425,7 +4425,7 @@ def trace(
44254425
44264426
app = FastAPI()
44274427
4428-
@app.put("/items/{item_id}")
4428+
@app.trace("/items/{item_id}")
44294429
def trace_item(item_id: str):
44304430
return None
44314431
```

0 commit comments

Comments
 (0)
0