Skip to content

Commit

Permalink
Merge pull request #731 from mirceamironenco/fix-builds-example-doc
Browse files Browse the repository at this point in the history
Fixed builds auto-populating example doc
  • Loading branch information
rsokl authored Sep 21, 2024
2 parents f6d15b1 + a8fd36d commit 080a9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hydra_zen/structured_configs/_implementations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1926,8 +1926,8 @@ def builds(self,target, populate_full_signature=False, **kw):
>>> def bar(x: bool, y: str = 'foo'): return x, y
The following config will have a signature that matches ``f``; the
annotations and default values of the parameters of ``f`` are explicitly
The following config will have a signature that matches ``bar``; the
annotations and default values of the parameters of ``bar`` are explicitly
incorporated into the config.
>>> # signature: `Builds_bar(x: bool, y: str = 'foo')`
Expand Down

0 comments on commit 080a9dd

Please sign in to comment.