Skip to content

Commit 62e5621

Browse files
authored
DOC/advanced tutorial "Cartesian histograms": Fix typo (#3659)
1 parent 6766b84 commit 62e5621

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
@@ -133,7 +133,7 @@
133133
# ----------------------------
134134
#
135135
# By default, a histogram showing the counts in each bin is created (``histtype=0``).
136-
# To show the frequency percent set the ``histtpye`` parameter to ``1``. For further
136+
# To show the frequency percent set the ``histtype`` parameter to ``1``. For further
137137
# options please have a look at the documentation of :meth:`pygmt.Figure.histogram`.
138138

139139
fig = pygmt.Figure()

0 commit comments

Comments
 (0)