diff --git a/README.md b/README.md index 92f4e41..19a814a 100644 --- a/README.md +++ b/README.md @@ -1931,7 +1931,7 @@ with .begin(): ... # Exits the block with commit or ```text +------------+--------------+-----------+-----------------------------------+ -| Dialects | pip3 install | import | Dependencies | +| Dialect | pip3 install | import | Dependencies | +------------+--------------+-----------+-----------------------------------+ | mysql | mysqlclient | MySQLdb | www.pypi.org/project/mysqlclient | | postgresql | psycopg2 | psycopg2 | www.psycopg.org/docs/install.html | diff --git a/index.html b/index.html index 6d2275a..04189f5 100644 --- a/index.html +++ b/index.html @@ -1607,7 +1607,7 @@ CompletedProcess(args=['bc', ┏━━━━━━━━━━━━┯━━━━━━━━━━━━━━┯━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ Dialects │ pip3 install │ import │ Dependencies ┃ +┃ Dialect │ pip3 install │ import │ Dependencies ┃ ┠────────────┼──────────────┼───────────┼───────────────────────────────────┨ ┃ mysql │ mysqlclient │ MySQLdb │ www.pypi.org/project/mysqlclient ┃ ┃ postgresql │ psycopg2 │ psycopg2 │ www.psycopg.org/docs/install.html ┃ diff --git a/parse.js b/parse.js index 9dfc007..804d980 100755 --- a/parse.js +++ b/parse.js @@ -421,12 +421,12 @@ const DIAGRAM_9_B = const DIAGRAM_95_A = "+------------+--------------+-----------+-----------------------------------+\n" + - "| Dialects | pip3 install | import | Dependencies |\n" + + "| Dialect | pip3 install | import | Dependencies |\n" + "+------------+--------------+-----------+-----------------------------------+\n"; const DIAGRAM_95_B = "┏━━━━━━━━━━━━┯━━━━━━━━━━━━━━┯━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n" + - "┃ Dialects │ pip3 install │ import │ Dependencies ┃\n" + + "┃ Dialect │ pip3 install │ import │ Dependencies ┃\n" + "┠────────────┼──────────────┼───────────┼───────────────────────────────────┨\n" + "┃ mysql │ mysqlclient │ MySQLdb │ www.pypi.org/project/mysqlclient ┃\n" + "┃ postgresql │ psycopg2 │ psycopg2 │ www.psycopg.org/docs/install.html ┃\n" +