Skip to content

Commit a9f47be

Browse files
committed
fix warnings regarding invalid escape sequences
1 parent 1b1df62 commit a9f47be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

owrx/feature.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def has_soapy_rtl_sdr(self):
323323
def has_soapy_sdrplay(self):
324324
"""
325325
The [SoapySDRPlay3](https://github.com/pothosware/SoapySDRPlay3) module is required for interfacing with
326-
SDRPlay devices (RSP1\*, RSP2\*, RSPDuo)
326+
SDRPlay devices (RSP1\\*, RSP2\\*, RSPDuo)
327327
"""
328328
return self._has_soapy_driver("sdrplay")
329329

@@ -539,7 +539,7 @@ def has_freedv_rx(self):
539539
"""
540540
The `freedv_rx` executable is required to demodulate FreeDV digital transmissions. It comes together with the
541541
codec2 library, but it's only a supplemental part and not installed by default or contained in its packages.
542-
To install it, you will need to compile codec2 from source and manually install freedv\_rx.
542+
To install it, you will need to compile codec2 from source and manually install freedv\\_rx.
543543
544544
Detailed installation instructions are available on the
545545
[OpenWebRX wiki](https://github.com/jketterl/openwebrx/wiki/FreeDV-demodulator-notes).

0 commit comments

Comments
 (0)