Skip to content
Snippets Groups Projects
Commit 7c1ef3bd authored by marco's avatar marco
Browse files

correct help example in intro

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1877 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent bdb12dd1
Branches
Tags
No related merge requests found
......@@ -35,9 +35,9 @@ Now we will enter commands in the [python shell](docs/tut/pythonshell.html) (in
::::python
# get list of methods of EntityView
help(EntityView)
help(mol.EntityView)
# get help for method Select
help(EntityView.Select)
help(mol.EntityView.Select)
## Loading and inspecting a protein structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment