octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56292] A small patch for gallery.m docstring


From: anonymous
Subject: [Octave-bug-tracker] [bug #56292] A small patch for gallery.m docstring
Date: Thu, 9 May 2019 00:01:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?56292>

                 Summary: A small patch for gallery.m docstring 
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 09 May 2019 04:01:41 AM UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Any

    _______________________________________________________

Details:

In the docstring of gallery.m,
all of the first parameter address@hidden are lowercase 
except for the "Poisson".

Although a mixed-case string as address@hidden works,
in order to agree with the other part of the docstring,
it might be better to change "Poisson" into lowercase, too.

Here is a small patch:

--- a/scripts/special-matrix/gallery.m
+++ b/scripts/special-matrix/gallery.m
@@ -286,7 +286,7 @@
 ##
 ## @end deftypefn
 ##
-## @deftypefn {} address@hidden =} gallery ("Poisson", @var{n})
+## @deftypefn {} address@hidden =} gallery ("poisson", @var{n})
 ## Create a block tridiagonal matrix from Poisson's equation (sparse).
 ##
 ## @end deftypefn






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56292>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]