Skip to content

Commit

Permalink
Python: some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 30, 2019
1 parent b7ed4c5 commit 60dc1e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Expand Up @@ -16,11 +16,11 @@ Commands supported by the CellMLTools plugin:
* Validate <file>:
validate <file>

Commands supported by the Jupyter kernel plugin:
* Display the commands supported by the Jupyter kernel plugin:
Commands supported by the JupyterKernel plugin:
* Display the commands supported by the JupyterKernel plugin:
help
* Start the OpenCOR Jupyter kernel:
kernel <connection_file>
kernel <connectionFile>

Commands supported by the Python shell plugin:
* Display the commands supported by the plugin:
Expand Down
Expand Up @@ -16,11 +16,11 @@ Commands supported by the CellMLTools plugin:
* Validate <file>:
validate <file>

Commands supported by the Jupyter kernel plugin:
* Display the commands supported by the Jupyter kernel plugin:
Commands supported by the JupyterKernel plugin:
* Display the commands supported by the JupyterKernel plugin:
help
* Start the OpenCOR Jupyter kernel:
kernel <connection_file>
kernel <connectionFile>

Commands supported by the Python shell plugin:
* Display the commands supported by the plugin:
Expand Down
Expand Up @@ -89,7 +89,7 @@ void JupyterKernelPlugin::runHelpCommand()
std::cout << " * Display the commands supported by the JupyterKernel plugin:" << std::endl;
std::cout << " help" << std::endl;
std::cout << " * Start the OpenCOR Jupyter kernel:" << std::endl;
std::cout << " kernel <connection_file>" << std::endl;
std::cout << " kernel <connectionFile>" << std::endl;
}

//==============================================================================
Expand Down

0 comments on commit 60dc1e5

Please sign in to comment.