Skip to content

Commit

Permalink
+ Fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jan 26, 2014
1 parent 0da6de6 commit 28f2604
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/App/ApplicationPy.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit 28f2604

Please sign in to comment.