changeset 27088:47b81207cb32 stable

gallery.m: Fix typo in docstring for poisson (bug #56267). * gallery.m: Use "poisson" (lower case) rather than "Poisson" for name of gallery function.
author Rik <rik@octave.org>
date Thu, 09 May 2019 10:47:17 -0700
parents c0d8ce61c1c9
children 15d3f8857326
files scripts/special-matrix/gallery.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/special-matrix/gallery.m	Wed May 08 15:18:32 2019 -0700
+++ b/scripts/special-matrix/gallery.m	Thu May 09 10:47:17 2019 -0700
@@ -286,7 +286,7 @@
 ##
 ## @end deftypefn
 ##
-## @deftypefn {} {@var{a} =} gallery ("Poisson", @var{n})
+## @deftypefn {} {@var{a} =} gallery ("poisson", @var{n})
 ## Create a block tridiagonal matrix from Poisson's equation (sparse).
 ##
 ## @end deftypefn