mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-15 12:28:57 -04:00
✏️ Fix typo in docstring (#13532)
This commit is contained in:
@@ -4425,7 +4425,7 @@ class FastAPI(Starlette):
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
@app.put("/items/{item_id}")
|
||||
@app.trace("/items/{item_id}")
|
||||
def trace_item(item_id: str):
|
||||
return None
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user