Skip to content

Commit 31d2a01

Browse files
committed
Fix docs url
1 parent 3452aa1 commit 31d2a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rest/economy-treasury_yields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from polygon import RESTClient
22

33
# docs
4-
# https://staging.polygon.io/docs/rest/economy/treasury-yields
4+
# https://polygon.io/docs/rest/economy/treasury-yields
55

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

0 commit comments

Comments
 (0)