Skip to content

Commit ccb54db

Browse files
committed
Reference fix
1 parent 8388873 commit ccb54db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postal/pylangclassifier.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void init_langclassifier(void) {
132132
#ifdef IS_PY3K
133133
PyObject *module = PyModule_Create(&module_def);
134134
#else
135-
PyObject *module = Py_InitModule("_langclassifier", parser_methods);
135+
PyObject *module = Py_InitModule("_langclassifier", langclassifier_methods);
136136
#endif
137137

138138
if (module == NULL) {

0 commit comments

Comments
 (0)