Skip to content

Commit 234d4e2

Browse files
timm4205luis-garza-dev
authored andcommitted
docs: fix reStructuredText syntax errors in README.rst
1 parent a815f57 commit 234d4e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Enabling autocommit
112112
Configuring paramstyle
113113
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114114
Paramstyle can be set on both a module and cursor level. When paramstyle is set on a module level e.g. ``redshift_connector.paramstyle = 'qmark'``, the user specified paramstyle is used for all subsequent cursors unless set on the cursor.
115-
When paramstyle is set on the cursor e.g. ```cursor.paramstyle = 'qmark'`` the user specified paramstyle is only used for that cursor object.
115+
When paramstyle is set on the cursor e.g. ``cursor.paramstyle = 'qmark'`` the user specified paramstyle is only used for that cursor object.
116116

117117
.. code-block:: python
118118
@@ -375,7 +375,7 @@ Connection Parameters
375375
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------+----------+
376376
| role_session_name | str | An identifier for the assumed role session. Typically, you pass the name or identifier that is associated with the user who is using your application. That way, the temporary security credentials that your application will use are associated with that user. This parameter is used by JwtCredentialsProvider. For this provider, this is an optional parameter. | jwt_redshift_session | No |
377377
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------+----------+
378-
| scope | str | Scope for BrowserAzureOauth2CredentialsProvider authentication. | "" | No |
378+
| scope | str | Scope for BrowserAzureOauth2CredentialsProvider authentication. | Empty string | No |
379379
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------+----------+
380380
| secret_access_key_id | str | The secret access key for the IAM role or IAM user configured for IAM database authentication | None | No |
381381
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------+----------+
@@ -476,8 +476,8 @@ Getting Help
476476
- Open a support ticket with `AWS Support <https://console.aws.amazon.com/support/home#/>`_
477477
- If you may have found a bug, please `open an issue <https://github.com/aws/amazon-redshift-python-driver/issues/new>`_
478478

479-
Contributing
480-
~~~~~~~~~~~~
479+
Contributing Guidelines
480+
~~~~~~~~~~~~~~~~~~~~~~~
481481
We look forward to collaborating with you! Please read through `CONTRIBUTING <https://github.com/aws/amazon-redshift-python-driver/blob/master/CONTRIBUTING.md#Reporting-Bugs/Feature-Requests>`_ before submitting any issues or pull requests.
482482

483483
Changelog Generation

0 commit comments

Comments
 (0)