We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3be65 commit dbaacd6Copy full SHA for dbaacd6
pygmt/src/solar.py
@@ -1,5 +1,5 @@
1
"""
2
-solar - Plot day-light terminators and other sunlight parameters.
+solar - Plot day-night terminators and other sunlight parameters.
3
4
5
from typing import Literal
@@ -32,7 +32,7 @@ def solar(
32
**kwargs,
33
):
34
r"""
35
- Plot day-light terminators and other sunlight parameters.
+ Plot day-night terminators and other sunlight parameters.
36
37
This function plots the day-night terminator. Alternatively, it can plot the
38
terminators for civil twilight, nautical twilight, or astronomical twilight.
0 commit comments