Skip to content

Commit 62d15ee

Browse files
Fix docstring
Co-authored-by: Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com>
1 parent d74da28 commit 62d15ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
# Re-export standalone functions that can be used directly.
6-
# Figure plotting methods are attached in pygmt.figure and are not exported here.
6+
# Figure plotting methods are attached in pygmt/figure.py and are not exported here.
77
from pygmt.src.binstats import binstats
88
from pygmt.src.blockm import blockmean, blockmedian, blockmode
99
from pygmt.src.config import config

0 commit comments

Comments
 (0)