Skip to content

Commit 371d626

Browse files
Fix typo in tutorial "Cartesian histograms" (#2577)
1 parent 441a83d commit 371d626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/advanced/cartesian_histograms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
histtype=0,
222222
# Show cumulative counts
223223
cumulative=True,
224-
# Offest (+o) the label by 10 points in negative y-direction
224+
# Offset (+o) the label by 10 points in negative y-direction
225225
annotate="+o-10p",
226226
)
227227

0 commit comments

Comments
 (0)