The past participle of split is "split", not "splitted"
This commit is contained in:
parent
32b5037e19
commit
a19b1be338
7 changed files with 13 additions and 13 deletions
|
|
@ -71,6 +71,6 @@ class CanalplusBackend(BaseBackend, ICapVideo, ICapCollection):
|
|||
|
||||
OBJECTS = {CanalplusVideo: fill_video}
|
||||
|
||||
def iter_resources(self, splited_path):
|
||||
def iter_resources(self, split_path):
|
||||
with self.browser:
|
||||
return self.browser.iter_resources(splited_path)
|
||||
return self.browser.iter_resources(split_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue