Skip to content

Commit 35252fc

Browse files
authored
Merge pull request #1 from otakuto/typo
fix typo thanks !!! :)
2 parents dcdd1a6 + 2b0b02c commit 35252fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openscraper/base_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from tornado import gen, concurrent
3333
# from tornado.concurrent import return_future, run_on_executor
3434

35-
from concurrent.futures import ThreadPoolExecutor # need to install futures in pytohn 2.7
35+
from concurrent.futures import ThreadPoolExecutor # need to install futures in python 2.7
3636
from handler_threading import *
3737

3838

openscraper/controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# from tornado.concurrent import return_future, run_on_executor
2727
# from tornado.log import access_log, app_log, gen_log # already imported from base_handler
2828

29-
# from concurrent.futures import ThreadPoolExecutor # note : need to install "futures" in pytohn 2.7 : pip install futures
29+
# from concurrent.futures import ThreadPoolExecutor # note : need to install "futures" in python 2.7 : pip install futures
3030
# from spider_threading import *
3131
# from handler_threading import *
3232

0 commit comments

Comments
 (0)