mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-04 17:11:41 -05:00
Invoke python as python2
This commit is contained in:
parent
711d07aef0
commit
e61918c4bc
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
(shell-command-on-region
|
||||
string-start string-end
|
||||
(format
|
||||
"python %s --offset %s --indent %s --width %s"
|
||||
"python2 %s --offset %s --indent %s --width %s"
|
||||
(shell-quote-argument python-docstring-script)
|
||||
orig-offset
|
||||
indent-count
|
||||
|
|
Loading…
Add table
Reference in a new issue