diff --git a/extra/python/python.factor b/extra/python/python.factor index 71e172e2ae..42c2a48b54 100644 --- a/extra/python/python.factor +++ b/extra/python/python.factor @@ -115,5 +115,5 @@ ERROR: missing-type type ; : with-quot>py-cfunction ( alien quot -- ) '[ @ ] with-callback ; inline -[ py-initialize ] "py-initialize" add-startup-hook -[ py-finalize ] "py-finalize" add-shutdown-hook +[ py-initialize ] "python" add-startup-hook +[ py-finalize ] "python" add-shutdown-hook