Skip to content

Commit e64cfef

Browse files
authored
Figure.timestamp: Minor improvement to the docs (#2739)
1 parent 019d13e commit e64cfef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pygmt/src/timestamp.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,15 @@ def timestamp(
6262
6363
Examples
6464
--------
65-
>>> # Plot the GMT timestamp logo.
65+
Plot the GMT timestamp logo.
66+
6667
>>> import pygmt
6768
>>> fig = pygmt.Figure()
6869
>>> fig.timestamp()
6970
>>> fig.show()
7071
71-
>>> # Plot the GMT timestamp logo with a custom label.
72+
Plot the GMT timestamp logo with a custom label.
73+
7274
>>> fig = pygmt.Figure()
7375
>>> fig.timestamp(label="Powered by PyGMT")
7476
>>> fig.show()

0 commit comments

Comments
 (0)