From 6ba4ab0caf1206e31ff65fc0c4ffb74988b5b193 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Thu, 2 Oct 2025 22:39:52 -0600 Subject: [PATCH] Fix typo in documentation URL for options snapshots --- examples/rest/options-snapshots_options_chain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rest/options-snapshots_options_chain.py b/examples/rest/options-snapshots_options_chain.py index 9ebdd93a..de890884 100644 --- a/examples/rest/options-snapshots_options_chain.py +++ b/examples/rest/options-snapshots_options_chain.py @@ -2,7 +2,7 @@ # docs # https://polygon.io/docs/options/get_v3_snapshot_options__underlyingasset -# ttps://polygon-api-client.readthedocs.io/en/latest/Snapshot.html#get-all-snapshots +# https://polygon-api-client.readthedocs.io/en/latest/Snapshot.html#get-all-snapshots # client = RESTClient("XXXXXX") # hardcoded api_key is used client = RESTClient() # POLYGON_API_KEY environment variable is used