mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-11 13:38:49 +00:00
Fix docstring
This commit is contained in:
@@ -72,6 +72,9 @@ def rebulk_builder():
|
||||
rebulk.rebulk(type_())
|
||||
|
||||
def customize_properties(properties):
|
||||
"""
|
||||
Customize default rebulk properties
|
||||
"""
|
||||
count = properties['count']
|
||||
del properties['count']
|
||||
|
||||
|
||||
@@ -42,4 +42,7 @@ class Mimetype(CustomRule):
|
||||
|
||||
@property
|
||||
def properties(self):
|
||||
"""
|
||||
Properties for this rule.
|
||||
"""
|
||||
return {'mimetype': [None]}
|
||||
|
||||
Reference in New Issue
Block a user