Skip to content

Commit

Permalink
Comment nit
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Nov 11, 2022
1 parent cd1589a commit 7b3a70a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tyro/_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ class FieldDefinition:

argconf: _confstruct._ArgConfiguration

# Override the name in our kwargs. Currently only used for dictionary types when
# the key values aren't strings, but in the future could be used whenever the
# user-facing argument name doesn't match the keyword expected by our callable.
# Override the name in our kwargs. Useful whenever the user-facing argument name
# doesn't match the keyword expected by our callable.
call_argname: Any

def __post_init__(self):
Expand Down

0 comments on commit 7b3a70a

Please sign in to comment.