Browse Source

Merge pull request #2 from A888R/patch-1

Fix typo in README.rst
main
nibrag 8 years ago
committed by GitHub
parent
commit
ee84df856e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.rst

+ 1
- 1
README.rst View File

@@ -152,7 +152,7 @@ aiohttp usage
conn = SocksConnector(proxy=addr, proxy_auth=auth, remote_resolve=False)

try:
with aiohttp.ClientSession(connector=conn) as ses:
with aiohttp.ClientSession(connector=conn) as session:
async with session.get('http://github.com/') as resp:
if resp.status == 200:
print(await resp.text())


Loading…
Cancel
Save