Skip to content

Commit 221ab07

Browse files
fix empty line ending
1 parent 0cd3889 commit 221ab07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how-to-guides/cubic_spline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def plot_spline(spline, x, ax, label, gradient=False): # noqa: D103
165165
# above in which the `harmonisee` spline differs
166166
# from the `diverge_from` spline due to varying shifts in the
167167
# intercept (`[0.0, -1.2, 1.2]`) and slope (`[1.0, 0.7, 1.4]`).
168-
# However, this time we consider
168+
# However, this time we consider
169169
# harmonisation time (`=1.0`) > convergence time (`=-1.0`).
170170

171171
# %%

0 commit comments

Comments
 (0)