Skip to content

Commit 5ce50c0

Browse files
Fixing wording 'more simpler' -> 'simpler'.
1 parent 5f69581 commit 5ce50c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/create_custom_permission.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ permission is True or False::
5151
example an object which also evluates to True, we highly advise to only
5252
return booleans.
5353

54-
Custom permissions are not necessary related to a model, you can define more
55-
simpler permissions too. For example, return True if it's between 10 and 12
56-
o'clock::
54+
Custom permissions are not necessary related to a model, you can define simpler
55+
permissions too. For example, return True if it's between 10 and 12 o'clock::
5756

5857
def datetime_check(self):
5958
hour = int(datetime.datetime.now().strftime("%H"))

0 commit comments

Comments
 (0)