Skip to content

Commit 4d368e5

Browse files
author
Matthias Köppe
authored
Fix W293 blank line contains whitespace
1 parent 95d2219 commit 4d368e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/prandom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def triangular(low=0.0, high=1.0, mode=None):
441441
442442
Continuous distribution bounded by given lower and upper limits,
443443
and having a given mode value in-between.
444-
444+
445445
EXAMPLES::
446446
447447
sage: sample = [triangular(1.0, 5.0, 2.0) for i in range(1, 5)]; sample #random

0 commit comments

Comments
 (0)