We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047b642 commit ed7092eCopy full SHA for ed7092e
1 file changed
tests/parsers/test_nmea.py
@@ -77,9 +77,9 @@ def fixture_nmea_file_w_wrong_checksum(root_path):
77
78
@pytest.fixture(name="nmea_no_checksum")
79
def fixture_nmea_file_no_checksum(root_path):
80
- """Location of NMEA file without checksum values.
+ r"""Location of NMEA file without checksum values.
81
82
- The checksum values are at the end of each NMEA sentence (after a \*).
+ The checksum values are at the end of each NMEA sentence (after an \*).
83
This instance of the NMEA file has no checksums at the end.
84
85
Parameters
0 commit comments