Update confit to match pep8 naming standards

This commit is contained in:
Jack Wilsdon 2016-04-28 00:59:45 +01:00
parent 79d602b2a0
commit 64e16b5004

View file

@ -136,7 +136,7 @@ class ConfigSource(dict):
)
@classmethod
def of(self, value):
def of(cls, value):
"""Given either a dictionary or a `ConfigSource` object, return
a `ConfigSource` object. This lets a function accept either type
of object as an argument.