Skip to content

Commit

Permalink
Merge pull request #66 from asottile/invalid_escape_sequences
Browse files Browse the repository at this point in the history
Fix invalid escape sequences
  • Loading branch information
asottile committed Jun 30, 2018
2 parents c8bbf03 + 8ec21bc commit 04bf8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_factoryboy/fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def make_fixture(name, module, func, args=None, related=None, **kwargs):


def register(factory_class, _name=None, **kwargs):
"""Register fixtures for the factory class.
r"""Register fixtures for the factory class.
:param factory_class: Factory class to register.
:param _name: Name of the model fixture. By default is lowercase-underscored model name.
Expand Down

0 comments on commit 04bf8b6

Please sign in to comment.