Skip to content

Commit d1f3899

Browse files
committed
doc: typo in docstring.
1 parent d8cde24 commit d1f3899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roundup/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test(self, db, permission, classname, property, userid, itemid):
147147
if None this is an item or klass access check.
148148
userid - number that is id for user.
149149
itemid - id for classname. e.g. 3 in issue3. If missing this is
150-
a class access check, otherwies it's a object access check.
150+
a class access check, otherwise it's a object access check.
151151
'''
152152

153153
if permission != self.name:

0 commit comments

Comments
 (0)