You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Amazon Web Services (AWS) Advanced Python Driver
2
2
3
-
[](https://github.com/aws/aws-advanced-python-wrapper/actions/workflows/main.yml)
3
+
[](https://github.com/aws/aws-advanced-python-wrapper/actions/workflows/main.yml)
@@ -55,7 +57,7 @@ The `AwsWrapperConnection#connect` method accepts the connection configuration t
55
57
56
58
You can either pass the connection configuration entirely through the connection string, entirely though the keyword arguments, or through a mixture of both.
57
59
58
-
To use the driver with MySQL Connection/Python, see the following example:
60
+
To use the driver with MySQL Connector/Python, see the following example:
59
61
60
62
```python
61
63
from aws_advanced_python_wrapper import AwsWrapperConnection
0 commit comments