Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMajesticLama committed Jul 8, 2023
1 parent 207c8ad commit dcbb38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ straightforward.
+---------------------+--------------------+--------------------+
| get_products_info | |checkmarklight| | |checkmarklight| |
+---------------------+--------------------+--------------------+
| get_price_data | |checkmarklight| | |checkmarklight| |
| get_price_series | |checkmarklight| | |checkmarklight| |
+---------------------+--------------------+--------------------+
| search_product | |checkmarklight| | |checkmarklight| |
+---------------------+--------------------+--------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ related to those products.
# (50 years) resolution will not return the requested result but
# whatever best quality is available.
# Only trust the date and price fields of the PriceSeriesTime
priceseries = await api.get_price_data(
priceseries = await api.get_price_series(
session,
product=product,
resolution=PRICE.RESOLUTION.PT1M,
Expand Down

0 comments on commit dcbb38b

Please sign in to comment.