diff --git a/scrython/sets/sets.py b/scrython/sets/sets.py index 9c4ffe3..7111578 100644 --- a/scrython/sets/sets.py +++ b/scrython/sets/sets.py @@ -131,8 +131,8 @@ class Sets(SetsObject): return self.scryfallJson['data'][num]['search_uri'] - #The following attributes are only to override the inherited class attributes. - #This class has no matching attributes but we still need the getRequest from SetsObject + #The following attributes are only to override the inherited class attributes. + #This class has no matching attributes but we still need the getRequest from SetsObject def code(self): raise AttributeError('This object has no key \'code\'')