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
|
|
@ -155,8 +155,8 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
_DIRECTJSON_RADIOS = ('lemouv', 'franceinter', )
|
||||
_RSS_RADIOS = ('francemusique', )
|
||||
|
||||
def iter_resources(self, splited_path):
|
||||
if len(splited_path) > 0:
|
||||
def iter_resources(self, split_path):
|
||||
if len(split_path) > 0:
|
||||
raise CollectionNotFound()
|
||||
|
||||
for id in sorted(self._RADIOS.iterkeys()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue