We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c9adc commit 67b10bfCopy full SHA for 67b10bf
SublimeManpage.py
@@ -202,7 +202,7 @@ class ManpageWebCall(threading.Thread):
202
URL = "http://www.linuxmanpages.com/man%(section)s/%(function)s.%(section)s.php"
203
204
def __init__(self, window, func):
205
- self.window = window # TODO: refactor
+ self.window = window
206
self.function = func
207
self.settings = sublime.load_settings("SublimeManpage.sublime-settings")
208
threading.Thread.__init__(self)
0 commit comments