Skip to content

Commit 8bade66

Browse files
committed
chore: unify async installation instruction in error message
1 parent 1fc1b2f commit 8bade66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amazon_creatorsapi/aio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
except ImportError as exc: # pragma: no cover
66
msg = (
77
"httpx is required for async support. "
8-
"Install with: pip install python-amazon-paapi[async]"
8+
"Install it with: pip install python-amazon-paapi[async]"
99
)
1010
raise ImportError(msg) from exc
1111

0 commit comments

Comments
 (0)