Skip to content

Commit 30a9798

Browse files
committed
fix typo in documenting book_plots plot_errorbars
1 parent 6671ccf commit 30a9798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kf_book/book_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def plot_errorbars(bars, xlims, ylims=(-1, 1)):
8080
tuple containing min and max values for x axis
8181
8282
y-lims : tuple, optional
83-
tuple containing min and max values for x axis
83+
tuple containing min and max values for y axis ( the default is (-1, 1))
8484
8585
Example
8686
-------

0 commit comments

Comments
 (0)