mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +08:00
DOC: Signal to doctest blank lines in the expected output
This commit is contained in:
@@ -187,13 +187,13 @@ def rolling_window(array, length):
|
||||
>>> rolling_window(a, 2)
|
||||
array([[[ 0, 1, 2, 3, 4],
|
||||
[ 5, 6, 7, 8, 9]],
|
||||
|
||||
<BLANKLINE>
|
||||
[[ 5, 6, 7, 8, 9],
|
||||
[10, 11, 12, 13, 14]],
|
||||
|
||||
<BLANKLINE>
|
||||
[[10, 11, 12, 13, 14],
|
||||
[15, 16, 17, 18, 19]],
|
||||
|
||||
<BLANKLINE>
|
||||
[[15, 16, 17, 18, 19],
|
||||
[20, 21, 22, 23, 24]]])
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user