diff options
| author | Guido van Rossum <guido@python.org> | 1996-10-21 15:11:12 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1996-10-21 15:11:12 +0000 |
| commit | 1d6fddb77664c39906df850250fe0298c3804f58 (patch) | |
| tree | c720b426858ca7e40ec00ba1a4cd1e5673b88dea /Modules | |
| parent | a1b1cdbab2fb5326a6b6347805660fa167b260f5 (diff) | |
| download | cpython-git-1d6fddb77664c39906df850250fe0298c3804f58.tar.gz | |
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Diffstat (limited to 'Modules')
| -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 348f85b79c..ac72f54f62 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 |
