From 6d0a03d91697c78a14b7ef31aa71b47b400fbb4b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 11 Sep 2016 20:16:18 +0300 Subject: [PATCH] Fix misspelling: mysq2sql -> mysql2sql --- README.txt | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 7fff8cd..4e23eb1 100644 --- a/README.txt +++ b/README.txt @@ -8,6 +8,6 @@ sqlparse to parse SQL. The library is in the early stage of development and currently cannot do much. -The first goal is to implement mysq2sql, a script intended primarily to +The first goal is to implement mysql2sql, a script intended primarily to convert mysqldump output (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite. diff --git a/docs/index.rst b/docs/index.rst index 8ea923c..84f0dd3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ This is sqlconvert, a library to implement SQL converters. It uses `sqlparse The library is in the early stage of development and currently cannot do much. -The first goal is to implement `mysq2sql `_, a script intended +The first goal is to implement `mysql2sql `_, a script intended primarily to convert mysqldump (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite. -- 2.39.2