Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b370059

Browse files
committed
bug [ 1250306 ] incorrect description of range function
1 parent 6af7fe0 commit b370059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ \section{Built-in Functions \label{built-in-funcs}}
775775
\var{start} + 2 * \var{step}, \ldots]}. If \var{step} is positive,
776776
the last element is the largest \code{\var{start} + \var{i} *
777777
\var{step}} less than \var{stop}; if \var{step} is negative, the last
778-
element is the largest \code{\var{start} + \var{i} * \var{step}}
778+
element is the smallest \code{\var{start} + \var{i} * \var{step}}
779779
greater than \var{stop}. \var{step} must not be zero (or else
780780
\exception{ValueError} is raised). Example:
781781

0 commit comments

Comments
 (0)