Skip to content

Commit

Permalink
Reference fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Sep 8, 2020
1 parent 8388873 commit ccb54db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postal/pylangclassifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void init_langclassifier(void) {
#ifdef IS_PY3K
PyObject *module = PyModule_Create(&module_def);
#else
PyObject *module = Py_InitModule("_langclassifier", parser_methods);
PyObject *module = Py_InitModule("_langclassifier", langclassifier_methods);
#endif

if (module == NULL) {
Expand Down

0 comments on commit ccb54db

Please sign in to comment.