diff --git a/bindings/python/pymongocrypt/mongocrypt.py b/bindings/python/pymongocrypt/mongocrypt.py index 371696357..08e4b1548 100644 --- a/bindings/python/pymongocrypt/mongocrypt.py +++ b/bindings/python/pymongocrypt/mongocrypt.py @@ -804,7 +804,7 @@ def _ask_for_kms_credentials(kms_providers): return if not _HAVE_AUTH_AWS: raise RuntimeError( - "MONGODB-AWS authentication requires pymongo-auth-aws: " + "On-demand AWS credentials require pymongo-auth-aws: " "install with: python -m pip install 'pymongo[aws]'" ) creds = _aws_temp_credentials()