Skip to content

Commit

Permalink
STY: fixed PEP8 issue in docstring
Browse files Browse the repository at this point in the history
Docstrings that contain backslashes require an 'r' at the start.
  • Loading branch information
aburrell committed Aug 28, 2024
1 parent fb63836 commit 040e9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatSpaceWeather/instruments/methods/swpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ def list_files(name, tag, inst_id, data_path, format_str=None):


def find_issue_date(file_txt, date_fmt="%H%M UT %d %b %Y"):
"""Find the issue date for a SWPC file.
r"""Find the issue date for a SWPC file.
Parameters
----------
Expand Down

0 comments on commit 040e9c4

Please sign in to comment.