Skip to content

Commit dc452e0

Browse files
committed
Merge pull request smurfix#124 from Ma233/master
fix an 's' in docs
2 parents 4386ebf + 5974e27 commit dc452e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ class which is not supposed to print a stack trace when reported.
602602

603603
In your command handler:
604604

605-
from flask.ext.script.command import InvalidCommand
605+
from flask.ext.script.commands import InvalidCommand
606606

607607
[… if some command verification fails …]
608608
class MyCommand(Command):

0 commit comments

Comments
 (0)