summaryrefslogtreecommitdiffstats
path: root/Misc/BeOS-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/BeOS-setup.py')
-rw-r--r--Misc/BeOS-setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/BeOS-setup.py b/Misc/BeOS-setup.py
index 012f50b..8f9b776 100644
--- a/Misc/BeOS-setup.py
+++ b/Misc/BeOS-setup.py
@@ -242,7 +242,7 @@ class PyBuildExt(build_ext):
# Fred Drake's interface to the Python parser
exts.append( Extension('parser', ['parsermodule.c']) )
- # Digital Creations' cStringIO and cPickle
+ # cStringIO and cPickle
exts.append( Extension('cStringIO', ['cStringIO.c']) )
exts.append( Extension('cPickle', ['cPickle.c']) )