Merge "Fix typo, replace ass with as, not ass:("

This commit is contained in:
Jenkins
2015-02-27 17:18:22 +00:00
committed by Gerrit Code Review

View File

@@ -52,7 +52,7 @@ class BaseActionMetaClass(type):
initialized clean way. Similar principle is used in DataTableMetaclass.
"""
def __new__(mcs, name, bases, attrs):
# Options of action are set ass class attributes, loading them.
# Options of action are set as class attributes, loading them.
options = {}
if attrs:
options = attrs