Skip to content

Commit

Permalink
Fix comment herdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLQ committed Aug 31, 2014
1 parent d28e967 commit 505068d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtorrent/torrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def add_tracker(self, group, tracker):
@return: if successful, 0
@rtype: int
""""
"""
m = rtorrent.rpc.Multicall(self)
self.multicall_add(m, "d.tracker.insert", group, tracker)

Expand Down
2 changes: 1 addition & 1 deletion rtorrent/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def append_tracker(self, tracker):
@return: if successful, 0
@rtype: int
""""
"""
m = rtorrent.rpc.Multicall(self)
self.multicall_add(m, "d.tracker.insert", self.index, tracker)

Expand Down

0 comments on commit 505068d

Please sign in to comment.