mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-05 09:31:43 -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
|
(shell-command-on-region
|
||||||
string-start string-end
|
string-start string-end
|
||||||
(format
|
(format
|
||||||
"python %s --offset %s --indent %s --width %s"
|
"python2 %s --offset %s --indent %s --width %s"
|
||||||
(shell-quote-argument python-docstring-script)
|
(shell-quote-argument python-docstring-script)
|
||||||
orig-offset
|
orig-offset
|
||||||
indent-count
|
indent-count
|
||||||
|
|
Loading…
Add table
Reference in a new issue