Skip to content

Commit ea4ce11

Browse files
Fix typo in documentation URL for options snapshots (#929)
1 parent 0835bba commit ea4ce11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rest/options-snapshots_options_chain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# docs
44
# https://polygon.io/docs/options/get_v3_snapshot_options__underlyingasset
5-
# ttps://polygon-api-client.readthedocs.io/en/latest/Snapshot.html#get-all-snapshots
5+
# https://polygon-api-client.readthedocs.io/en/latest/Snapshot.html#get-all-snapshots
66

77
# client = RESTClient("XXXXXX") # hardcoded api_key is used
88
client = RESTClient() # POLYGON_API_KEY environment variable is used

0 commit comments

Comments
 (0)