From e76c7466b62c940150cf1b5000e18f60a5efa2e3 Mon Sep 17 00:00:00 2001 From: Zenix27 <30363000+Zenix27@users.noreply.github.com> Date: Sat, 11 Jul 2020 12:23:26 +0530 Subject: docs: Change `\*` to `*` in argument lists. Latest versions of Sphinx (at least 3.1.0) do not need the `*` escaped and will render the `\` in the output if it is there, so remove it. Fixes issue #6209. --- docs/library/esp32.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/library/esp32.rst') diff --git a/docs/library/esp32.rst b/docs/library/esp32.rst index dfde840a2..c6777b8a7 100644 --- a/docs/library/esp32.rst +++ b/docs/library/esp32.rst @@ -186,7 +186,7 @@ For more details see Espressif's `ESP-IDF RMT documentation. *beta feature* and the interface may change in the future. -.. class:: RMT(channel, \*, pin=None, clock_div=8, carrier_freq=0, carrier_duty_percent=50) +.. class:: RMT(channel, *, pin=None, clock_div=8, carrier_freq=0, carrier_duty_percent=50) This class provides access to one of the eight RMT channels. *channel* is required and identifies which RMT channel (0-7) will be configured. *pin*, -- cgit v1.2.3