From 6599c2a251c495b5e4adb846d937ba55c7a2d547 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 3 Sep 2016 18:56:00 +0300 Subject: [PATCH] Minor fix in docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 49cb311..927bddc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,7 +44,7 @@ example:: mysql-to-sql.py -o outfile.sql < infile.sql cat infile.sql | mysql-to-sql.py -o outfile.sql -But of course it simple can be:: +But of course it simply can be:: mysql-to-sql.py - outfile.sql < infile.sql cat infile.sql | mysql-to-sql.py - outfile.sql -- 2.39.2