1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-31 07:04:12 +00:00

s/compile/execute when talking about Python

The word 'compile' is just misleading here.
This commit is contained in:
mcarton
2015-06-26 14:37:44 +02:00
parent 7173e0dbad
commit 5552fd3dc9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import pytest
from thefuck.rules.python_compile import match, get_new_command
from thefuck.rules.python_execute import match, get_new_command
from tests.utils import Command