Skip to content

Commit d19f52f

Browse files
asvetlovnaglis
andauthored
[3.6] Fix typo in code example in testing docs (aio-libs#4108) (aio-libs#4111)
(cherry picked from commit 3bc5bd6) Co-authored-by: Naglis <[email protected]>
1 parent 8f039dc commit d19f52f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES/4108.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in code example in testing docs.

docs/testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ basis, the TestClient object can be used directly::
512512

513513
with loop_context() as loop:
514514
app = _create_example_app()
515-
client = TestClient(TestSever(app), loop=loop)
515+
client = TestClient(TestServer(app), loop=loop)
516516
loop.run_until_complete(client.start_server())
517517
root = "http://127.0.0.1:{}".format(port)
518518

0 commit comments

Comments
 (0)