瀏覽代碼

Fix typo datavase to database in sql_alchemy prompt

Harshg999 4 年之前
父節點
當前提交
a130ab61fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/src/notebook/connectors/sql_alchemy.py

+ 1 - 1
desktop/libs/notebook/src/notebook/connectors/sql_alchemy.py

@@ -18,7 +18,7 @@
 '''
 SQL Alchemy offers native connections to databases via dialects https://docs.sqlalchemy.org/en/latest/dialects/.
 
-When the dialect of a paricular datavase is installed on the Hue API server, any of its URL connection strings should work.
+When the dialect of a paricular database is installed on the Hue API server, any of its URL connection strings should work.
 
 e.g.
 mysql://root:root@localhost:3306/hue