+ Fix doc string

This commit is contained in:
wmayer 2014-01-26 14:18:30 +01:00
parent 0da6de629d
commit 28f260438e

View File

@ -62,9 +62,7 @@ PyMethodDef Application::Methods[] = {
{"Version", (PyCFunction) Application::sGetVersion, 1,
"Print the version to the output."},
{"ConfigGet", (PyCFunction) Application::sGetConfig, 1,
"ConfigGet([string]) -- Get the value for the given key.\n"
"If no key is given the complete configuration is dumped to\n"
"the output."},
"ConfigGet(string) -- Get the value for the given key."},
{"ConfigSet", (PyCFunction) Application::sSetConfig, 1,
"ConfigSet(string, string) -- Set the given key to the given value."},
{"ConfigDump", (PyCFunction) Application::sDumpConfig, 1,