From 2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 29 Jan 2002 00:53:41 +0000 Subject: Fix spelling mistakes. Bugfix candidates. --- Python/sysmodule.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Python/sysmodule.c') diff --git a/Python/sysmodule.c b/Python/sysmodule.c index cdc728c402..90338dea35 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -410,9 +410,9 @@ static char setdlopenflags_doc[] = "setdlopenflags(n) -> None\n\ \n\ Set the flags that will be used for dlopen() calls. Among other\n\ -things, this will enable a lazy resolving of symbols when imporing\n\ +things, this will enable a lazy resolving of symbols when importing\n\ a module, if called as sys.setdlopenflags(0)\n\ -To share symols across extension modules, call as\n\ +To share symbols across extension modules, call as\n\ sys.setdlopenflags(dl.RTLD_NOW|dl.RTLD_GLOBAL)"; static PyObject * @@ -673,7 +673,7 @@ Static objects:\n\ \n\ maxint -- the largest supported integer (the smallest is -maxint-1)\n\ maxunicode -- the largest supported character\n\ -builtin_module_names -- tuple of module names built into this intepreter\n\ +builtin_module_names -- tuple of module names built into this interpreter\n\ version -- the version of this interpreter as a string\n\ version_info -- version information as a tuple\n\ hexversion -- version information encoded as a single integer\n\ -- cgit v1.2.1