Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Apr 3, 2016
1 parent af5033b commit ca000a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Fix imports allows you to automatically turn:
from any_module import (b,
e)
from any_module import a, \
c,
c
from a_module_that_should_be import at, after, all_others
Expand Down

0 comments on commit ca000a2

Please sign in to comment.