Fix missing line break in Database 'extra' instructions (#9895)

This commit is contained in:
tooptoop4 2020-05-24 01:36:51 +01:00 committed by GitHub
parent e789a35558
commit bd959919e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class DatabaseMixin:
'Specify it as **"schemas_allowed_for_csv_upload": ' 'Specify it as **"schemas_allowed_for_csv_upload": '
'["public", "csv_upload"]**. ' '["public", "csv_upload"]**. '
"If database flavor does not support schema or any schema is allowed " "If database flavor does not support schema or any schema is allowed "
"to be accessed, just leave the list empty" "to be accessed, just leave the list empty<br/>"
"4. the ``version`` field is a string specifying the this db's version. " "4. the ``version`` field is a string specifying the this db's version. "
"This should be used with Presto DBs so that the syntax is correct", "This should be used with Presto DBs so that the syntax is correct",
True, True,