mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-11 02:43:15 +00:00
Fixed build error: Added missing backslash
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
"ssl_verify_cert: boolean\n"\
|
||||
" Enables server certificate verification.\n\n"\
|
||||
"ssl: Boolean\n"\
|
||||
" The connection must use TLS security or it will fail.\n\n"
|
||||
" The connection must use TLS security or it will fail.\n\n"\
|
||||
"autocommit: Boolean or None\n"\
|
||||
" Specifies the autocommit settings: None will use the server default,"\
|
||||
" True will enable autocommit, False will disable it (default).\n\n"
|
||||
|
Reference in New Issue
Block a user