Преглед на файлове

Fix typo datavase to database in sql_alchemy prompt

Harshg999 преди 5 години
родител
ревизия
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