Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Sep 25, 2024
1 parent 21343db commit 47d0f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatabaseLibrary/connection_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def connect_to_database(
See `Using configuration file` for more details.
All params are optional, although ``dbapiModuleName`` must be set - either as keyword argument or in config file.
If some of the listed keyword arguments (`dbName`, `dbHost` etc.) are not provided (i.e. left on dafault value `None`),
If some of the listed keyword arguments (`dbName`, `dbHost` etc.) are not provided (i.e. left on default value `None`),
they are normally not passed to the Python DB module at all, except:
- _dbPort_ - commonly used port number for known databases is set as fallback
- _dbCharset_ - _UTF8_ is used as fallback for _pymysql_, _pymssql_ and _pyodbc_
Expand Down

0 comments on commit 47d0f33

Please sign in to comment.