fixed docs

This commit is contained in:
John Mair 2010-12-19 02:00:58 +13:00
parent ec8f9ec71f
commit 55cf95a1f0
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ If you want to access a method of the same name, prefix the invocation by whites
* `show_method <methname>` Displays the sourcecode for the method
<methname>. E.g `show_method hello`
* `show_imethod <methname>` Displays the sourcecode for the
instance method <methname>. E.g `show_instance_method goodbye`
instance method <methname>. E.g `show_imethod goodbye`
* `show_doc <methname>` Displays comments for `<methname>`
* `show_idoc <methname>` Displays comments for instance
method `<methname>`