Skip to content

Commit ccf4727

Browse files
committed
doc changes
1 parent f42d3ba commit ccf4727

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

polygon/rest/snapshot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,9 @@ def list_snapshot_options_chain(
145145
options: Optional[RequestOptionBuilder] = None,
146146
) -> Union[List[OptionContractSnapshot], HTTPResponse]:
147147
"""
148-
Get the snapshot of an option contract for a stock equity.
148+
Get the snapshot of all options contracts for an underlying ticker.
149149
150150
:param underlying_asset: The underlying ticker symbol of the option contract.
151-
:param option_contract: The option contract identifier.
152151
:return: List of Snapshots
153152
"""
154153
url = f"/v3/snapshot/options/{underlying_asset}"

0 commit comments

Comments
 (0)