Skip to content

Commit

Permalink
Update docfx_yaml/extension.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Bui-Palsulich <26876514+tbpg@users.noreply.github.com>
  • Loading branch information
dandhlee and tbpg authored Aug 9, 2024
1 parent 9732d96 commit bb90727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfx_yaml/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ def _update_friendly_package_name(path):
print(f"Could not parse argument information for {annotation}.")
continue

# Retrieve arguments from various source,s like `argspec.args`,
# Retrieve arguments from various sources like `argspec.args` and
# `argspec.kwonlyargs` for positional/keyword arguments.
args_to_iterate = argspec.args
# Stores default information for kwonly arguments. Unlike
Expand Down

0 comments on commit bb90727

Please sign in to comment.