Skip to content

Commit c11647d

Browse files
authored
Merge pull request #3 from djm/patch-1
Correct the Twisted example in the README
2 parents 035244c + ad5965c commit c11647d

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)