Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/keepa/keepa_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AsyncKeepa:

Initializes API with access key. Access key can be obtained by signing up
for a reoccurring or one time plan. To obtain a key, sign up for one at
`Keepa Data <https://get.keepa.com/d7vrq>`_
`Keepa Data <https://get.keepa.com/d7vrq>`_.

Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion src/keepa/keepa_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Keepa:

Initializes API with access key. Access key can be obtained by signing up
for a reoccurring or one time plan. To obtain a key, sign up for one at
`Keepa Data <https://get.keepa.com/d7vrq>`_
`Keepa Data <https://get.keepa.com/d7vrq>`_.

Parameters
----------
Expand Down
Loading