Skip to content

Commit 5cda812

Browse files
committed
Polish examples/gallery/symbols/patterns.py
1 parent 2a18366 commit 5cda812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/gallery/symbols/patterns.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
``uncertaintyfill``
2020
- :meth:`pygmt.Figure.wiggle`: Anomalies via ``fillpositive`` and ``fillnegative``
2121
22-
GMT provides 90 predefined 1-bit patterns, which are numbered from 1 to 90. Theses
23-
patterns can be specified via the :class:`pygmt.params.Pattern` class. In addition,
22+
GMT provides 90 predefined 1-bit patterns, which are numbered from 1 to 90. In addition,
2423
custom 1-, 8-, or 24-bit image raster files can also be used as patterns.
2524
26-
The patterns can be customized with different resolution and different foreground and
25+
Theses patterns can be specified via the :class:`pygmt.params.Pattern` class. The
26+
patterns can be customized with different resolution and different foreground and
2727
background colors. The foreground and background colors can also be reversed.
2828
"""
2929

0 commit comments

Comments
 (0)