Skip to content

Commit 67b10bf

Browse files
author
Milan Kubík
committed
uncommented
1 parent 08c9adc commit 67b10bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SublimeManpage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class ManpageWebCall(threading.Thread):
202202
URL = "http://www.linuxmanpages.com/man%(section)s/%(function)s.%(section)s.php"
203203

204204
def __init__(self, window, func):
205-
self.window = window # TODO: refactor
205+
self.window = window
206206
self.function = func
207207
self.settings = sublime.load_settings("SublimeManpage.sublime-settings")
208208
threading.Thread.__init__(self)

0 commit comments

Comments
 (0)