summaryrefslogtreecommitdiffstats
path: root/Include/unicodeobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r--Include/unicodeobject.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index f940887..bc94a53 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -1440,8 +1440,7 @@ PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strchr(
PyObject *
_unicodeformatter_iterator(PyObject *str);
PyObject *
-_unicodeformatter_lookup(PyObject *field_name, PyObject *args,
- PyObject *kwargs);
+_unicodeformatter_field_name_split(PyObject *field_name);
#ifdef __cplusplus
}