diff --git a/website/raw/docs/tut/intro.mkdown b/website/raw/docs/tut/intro.mkdown
index 402c195a26dd3d8c1468f2bc03f14a1a9b9e444b..5f202c36032f9f3ae6ffd7a42610843d714f5414 100644
--- a/website/raw/docs/tut/intro.mkdown
+++ b/website/raw/docs/tut/intro.mkdown
@@ -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