Fix docstring

This commit is contained in:
Toilal
2016-04-08 22:05:57 +02:00
parent a18f827b45
commit 2b544919af
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -72,6 +72,9 @@ def rebulk_builder():
rebulk.rebulk(type_())
def customize_properties(properties):
"""
Customize default rebulk properties
"""
count = properties['count']
del properties['count']
+3
View File
@@ -42,4 +42,7 @@ class Mimetype(CustomRule):
@property
def properties(self):
"""
Properties for this rule.
"""
return {'mimetype': [None]}