Skip to content

Commit 154f573

Browse files
committed
Merge pull request #19 from ogrisel/patch-1
typo in README.rst test for python path
2 parents 3b62ca3 + c6f198e commit 154f573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Current issues:
161161
if there's a difference between ::
162162

163163
$ vim -c ':py import os; print os.__file__' -c ':q'
164-
$ python -c ':py import os; print os.__file__'
164+
$ python -c 'import os; print os.__file__'
165165

166166
- For vim inside a terminal, using the arrow keys won't work inside a
167167
documentation buffer, because the mapping for ``<Esc>`` overlaps with

0 commit comments

Comments
 (0)