Skip to content

Commit

Permalink
Fix comment, as caught in #1108
Browse files Browse the repository at this point in the history
Thanks to Antoliny Lee for spotting this.
  • Loading branch information
rbarrois committed Feb 3, 2025
1 parent 8b75576 commit fa397a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/declarations.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def call(self, instance, step, context): # pragma: no cover
Args:
instance (object): the newly generated object
step (bool): whether the object was 'built' or 'created'
context: a builder.PostGenerationContext containing values
context: a declarations.PostGenerationContext containing values
extracted from the containing factory's declaration
"""
raise NotImplementedError()
Expand Down

0 comments on commit fa397a2

Please sign in to comment.