Skip to content

Commit a09a29a

Browse files
author
yinzhidong
authored
docs: fix method name
1 parent 3e550b0 commit a09a29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/first-server/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ uvicorn.run(app, host="0.0.0.0", port=8000)
751751
pass
752752

753753
def json(self):
754-
return nock_forecast_response
754+
return mock_forecast_response
755755

756756
class AsyncClient():
757757
def __aenter__(self):

0 commit comments

Comments
 (0)