Skip to content

Commit

Permalink
DOC/advanced tutorial "Cartesian histograms": Fix typo (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgrund authored Nov 28, 2024
1 parent 6766b84 commit 62e5621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/advanced/cartesian_histograms.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
# ----------------------------
#
# By default, a histogram showing the counts in each bin is created (``histtype=0``).
# To show the frequency percent set the ``histtpye`` parameter to ``1``. For further
# To show the frequency percent set the ``histtype`` parameter to ``1``. For further
# options please have a look at the documentation of :meth:`pygmt.Figure.histogram`.

fig = pygmt.Figure()
Expand Down

0 comments on commit 62e5621

Please sign in to comment.