Removing backslash before '_' in 'freedv_rx'.

This commit is contained in:
Marat Fayzullin 2024-12-31 16:46:24 -05:00
parent d420f8fafe
commit c6ab38641c
1 changed files with 2 additions and 2 deletions

View File

@ -565,12 +565,12 @@ class FeatureDetector(object):
def has_freedv_rx(self):
"""
The `freedv\_rx` executable is required to demodulate FreeDV digital
The `freedv_rx` executable is required to demodulate FreeDV digital
transmissions. It comes as part of the `codec2` library build, but is
not installed by default or contained inside the `codec2` packages.
To obtain it, you will have to compile 'codec2' from the sources and
then manually install `freedv\_rx`. The detailed installation
then manually install `freedv_rx`. The detailed installation
instructions are available from the
[OpenWebRX Wiki](https://github.com/jketterl/openwebrx/wiki/FreeDV-demodulator-notes).
"""