Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
willschlitzer and weiji14 committed Dec 26, 2021
1 parent 28b16a9 commit 0130355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pygmt/src/ternary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Histogram - Create a histogram
ternary - Plot data on ternary diagrams.
"""
from pygmt.clib import Session
from pygmt.helpers import build_arg_string, fmt_docstring, kwargs_to_strings, use_alias
Expand All @@ -11,7 +11,7 @@
C="cmap",
F="center",
G="fill",
J="projection",
JX="projection",
R="region",
S="style",
U="timestamp",
Expand Down
2 changes: 1 addition & 1 deletion pygmt/tests/test_ternary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Tests for pygmt.ternary.
Tests ternary.
"""
import pytest
from pygmt import Figure, makecpt
Expand Down

0 comments on commit 0130355

Please sign in to comment.