changeset 302:de98627cf8ae

Minor fixes for failing doctests * @pyobject/cell.m: Fix doctest failure. * @pyobject/methods.m: More robust doctest.
author Colin Macdonald <cbm@m.fsf.org>
date Wed, 03 Aug 2016 21:11:14 -0700
parents 2047beb75f5e
children 0d94e42bacf6
files @pyobject/cell.m @pyobject/methods.m
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/@pyobject/cell.m	Wed Aug 03 21:08:06 2016 -0700
+++ b/@pyobject/cell.m	Wed Aug 03 21:11:14 2016 -0700
@@ -54,7 +54,7 @@
 ##     @{
 ##       [1,1] =  10
 ##       [1,2] =  20
-##        ...  = [pyobject ...]
+##             = [pyobject ...]
 ##
 ##                 [33, 44]
 ##
--- a/@pyobject/methods.m	Wed Aug 03 21:08:06 2016 -0700
+++ b/@pyobject/methods.m	Wed Aug 03 21:11:14 2016 -0700
@@ -55,8 +55,7 @@
 ## @group
 ## methods pyobject
 ##   @print{} Methods for class pyobject:
-##   @print{} display  ...  subsref
-##   @print{} ...
+##   @print{} ...   display   ...
 ## @comment this doctest may need updating as we add methods
 ## @end group
 ## @end example