From 5cdc7bed8a14ab9d2b8ba708d7dd1f196d44dbee Mon Sep 17 00:00:00 2001 From: Wim Lavrijsen <WLavrijsen@lbl.gov> Date: Wed, 4 May 2011 21:01:29 +0000 Subject: [PATCH] fix comment git-svn-id: http://root.cern.ch/svn/root/trunk@39103 27541ba8-7e3a-0410-8455-c3a389f83636 --- bindings/pyroot/src/TPython.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/pyroot/src/TPython.cxx b/bindings/pyroot/src/TPython.cxx index 4f6e1e978a5..deced7b4ebf 100644 --- a/bindings/pyroot/src/TPython.cxx +++ b/bindings/pyroot/src/TPython.cxx @@ -98,7 +98,7 @@ Bool_t TPython::Initialize() PyEval_InitThreads(); Py_Initialize(); - // try again to initialize the interpreter + // try again to see if the interpreter is initialized if ( ! Py_IsInitialized() ) { // give up ... std::cerr << "Error: python has not been intialized; returning." << std::endl; -- GitLab