From 040e9c4e1c159250a9cbc11df317025939cc3b25 Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Wed, 28 Aug 2024 10:12:35 -0400 Subject: [PATCH] STY: fixed PEP8 issue in docstring Docstrings that contain backslashes require an 'r' at the start. --- pysatSpaceWeather/instruments/methods/swpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysatSpaceWeather/instruments/methods/swpc.py b/pysatSpaceWeather/instruments/methods/swpc.py index 660cf2c..ca70e22 100644 --- a/pysatSpaceWeather/instruments/methods/swpc.py +++ b/pysatSpaceWeather/instruments/methods/swpc.py @@ -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 ----------