diff options
author | Guido van Rossum <guido@python.org> | 1996-10-21 15:11:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-21 15:11:12 (GMT) |
commit | 1d6fddb77664c39906df850250fe0298c3804f58 (patch) | |
tree | c720b426858ca7e40ec00ba1a4cd1e5673b88dea | |
parent | a1b1cdbab2fb5326a6b6347805660fa167b260f5 (diff) | |
download | cpython-1d6fddb77664c39906df850250fe0298c3804f58.zip cpython-1d6fddb77664c39906df850250fe0298c3804f58.tar.gz cpython-1d6fddb77664c39906df850250fe0298c3804f58.tar.bz2 |
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
-rw-r--r-- | Modules/python.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/python.exp b/Modules/python.exp index 348f85b..ac72f54 100644 --- a/Modules/python.exp +++ b/Modules/python.exp @@ -368,7 +368,7 @@ _PySys_CheckInterval _PySys_ProfileFunc _PySys_TraceFunc _PyTuple_Resize -_Py_EllipsesObject +_Py_EllipsisObject _Py_MD5Final _Py_MD5Init _Py_MD5Update |