Skip to content

Commit

Permalink
list_packages: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Apr 25, 2023
1 parent aec70d1 commit 128cd04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/list_packages.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
##
## List @qcode{pkg}-installable packages from Octave Packages.
##
## @code{@var{valid_packages} = list_packages () returns a cell array of strings
## with the available names at Octave Package, which are installable with the
## @code{pkg} command.
## @code{@var{valid_packages} = list_packages ()} returns a cell array of
## strings with the available names at Octave Package, which are installable
## with the @code{pkg} command.
##
## @end deftypefn

Expand Down

0 comments on commit 128cd04

Please sign in to comment.