Skip to content

Commit ad5965c

Browse files
authored
Correct the Twisted example in the README
Fixes the incorrect namespace
1 parent 035244c commit ad5965c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Let's send 100 concurrent requests! \\o/
4242
from twisted.internet.task import react
4343
from requests_threads import AsyncSession
4444
45-
session = requests.AsyncSession(n=100)
45+
session = AsyncSession(n=100)
4646
4747
@inlineCallbacks
4848
def main(reactor):

0 commit comments

Comments
 (0)