Skip to content

Commit

Permalink
fix deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Sep 3, 2024
1 parent 920d5d4 commit 061a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courlan/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def extract_links(
"""
if base_url:
warnings.warn(
"The base_url argument will soon be deprecated.", PendingDeprecationWarning
"'base_url' will soon be deprecated, use 'url'.", PendingDeprecationWarning
)

base_url = base_url or get_base_url(url)
Expand Down

0 comments on commit 061a5fa

Please sign in to comment.