Commit 089263f
committed
Fix example in docstring of cbook._unfold.
doctest blocks cannot contain empty lines. In theory they should be
replaced by `<BLANKLINE>` (literally), but given that we don't actually
run doctests, it seems nicer to just delete the empty lines.
We didn't detect the bad docstring because the function is private and
thus its doc not built, but this also confuses vim's autoindenter, so...1 parent 4249e18 commit 089263f
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1958 | 1958 | | |
1959 | 1959 | | |
1960 | 1960 | | |
1961 | | - | |
1962 | 1961 | | |
1963 | 1962 | | |
1964 | 1963 | | |
1965 | | - | |
1966 | 1964 | | |
1967 | 1965 | | |
1968 | 1966 | | |
| |||
0 commit comments