Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Nov 18, 2022
1 parent 75c76da commit a1121d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optionsfactory/optionsfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def doc(self):
return {key: value.doc for key, value in self.__defaults.items()}

def add(self, **kwargs):
"""Create a more specific version of the factory with extra options. For example,
may be useful for a subclass like
"""Create a more specific version of the factory with extra options. For
example, may be useful for a subclass like
class Parent:
options_factory = OptionsFactory(...)
Expand Down

0 comments on commit a1121d6

Please sign in to comment.