Skip to content

Commit

Permalink
Fixed a docstring typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose authored and jbalogh committed Jun 10, 2010
1 parent e34fa8c commit 144134c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ reference). Migration numbers are not required to increase linearly.
schematic doesn't pretend to be intelligent. Running migrations manually
without upgrading the version tracking will throw things off.

Tested on sqlite any mysql.
Tested on sqlite and mysql.

NOTE: any superfluous output, like column headers, will cause an error.
On mysql, this is fixed by using the `--silent` parameter.
Expand Down
2 changes: 1 addition & 1 deletion schematic
Expand Up @@ -41,7 +41,7 @@ reference). Migration numbers are not required to increase linearly.
schematic doesn't pretend to be intelligent. Running migrations manually
without upgrading the version tracking will throw things off.
Tested on sqlite any mysql.
Tested on sqlite and mysql.
NOTE: any superfluous output, like column headers, will cause an error.
On mysql, this is fixed by using the `--silent` parameter.
Expand Down

0 comments on commit 144134c

Please sign in to comment.