changeset 259:16bf288f25ad

doc: fix py doc string typo (fixes issue #46) * @py/py.m: Fix typo "enddeftypefn".
author Mike Miller <mtmiller@octave.org>
date Thu, 28 Jul 2016 16:14:53 -0700
parents 3495a67296a8
children 983a06be6a1b
files @py/py.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/@py/py.m	Thu Jul 28 15:32:32 2016 -0700
+++ b/@py/py.m	Thu Jul 28 16:14:53 2016 -0700
@@ -20,7 +20,7 @@
 ## @deftypefn  {} {} py
 ## @deftypefnx {} {} py.@var{pyname}
 ## Get the value of a Python object or call a Python function.
-## @enddeftypefn
+## @end deftypefn
 
 function p = py ()
   p = class (struct (), "py");