Commit 7756a844 by Dudás Ádám

vm: fix doc comment

parent f19b191f
......@@ -37,7 +37,7 @@ class Operation(object):
return self.name
def __prelude(self, kwargs):
"""This method contains the shared prelude of __call__ and async.
"""This method contains the shared prelude of call and async.
"""
skip_checks = kwargs.setdefault('system', False)
user = kwargs.setdefault('user', None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment