summaryrefslogtreecommitdiff
path: root/src/if_python3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_python3.c')
-rw-r--r--src/if_python3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_python3.c b/src/if_python3.c
index 410dc1484..422878ac0 100644
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -630,9 +630,9 @@ theend:
}
/*
- * ":python3"
+ * ":py3"
*/
-void ex_python3(exarg_T *eap)
+void ex_py3(exarg_T *eap)
{
char_u *script;