Skip to content

Commit dbaacd6

Browse files
DOCS: Update solar to always use "day-night" (#3900)
1 parent 5f3be65 commit dbaacd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/solar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
solar - Plot day-light terminators and other sunlight parameters.
2+
solar - Plot day-night terminators and other sunlight parameters.
33
"""
44

55
from typing import Literal
@@ -32,7 +32,7 @@ def solar(
3232
**kwargs,
3333
):
3434
r"""
35-
Plot day-light terminators and other sunlight parameters.
35+
Plot day-night terminators and other sunlight parameters.
3636
3737
This function plots the day-night terminator. Alternatively, it can plot the
3838
terminators for civil twilight, nautical twilight, or astronomical twilight.

0 commit comments

Comments
 (0)