Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47c9810

Browse files
committedFeb 27, 2015
fix typo
1 parent 894c1a7 commit 47c9810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎flask_script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import types
88
import warnings
99
from gettext import gettext as _
10-
from collecions import OrderedDict
10+
from collections import OrderedDict
1111

1212
import argparse
1313

0 commit comments

Comments
 (0)
Please sign in to comment.