Browse Source

Fix typo

main
nibrag 7 years ago
parent
commit
b98ae65612
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.rst

+ 1
- 1
README.rst View File

@@ -143,7 +143,7 @@ aiohttp usage
import aiohttp
import aiosocks
from yarl import URL
from aiosocks.connector import ProxyConnecotr, ProxyClientRequest
from aiosocks.connector import ProxyConnector, ProxyClientRequest


async def load_github_main():


Loading…
Cancel
Save