From: kaliko Date: Thu, 23 Mar 2023 13:19:31 +0000 (+0100) Subject: Fixed typo in rtbl bot example X-Git-Tag: 0.3.0~4 X-Git-Url: https://git.kaliko.me/?p=sid.git;a=commitdiff_plain;h=0d54812d5ea9524b8dbc9c39b85e7618a5fddd0b Fixed typo in rtbl bot example --- diff --git a/examples/rtbl.py b/examples/rtbl.py index cea9faa..70ddc0d 100755 --- a/examples/rtbl.py +++ b/examples/rtbl.py @@ -14,10 +14,10 @@ Setup a virtualenv: cp examples/rtbl.py ./my-rtbl-bot.py -Run:: +Run: .. code:: bash - /venv/bin/python3 my-rtbl-bot.py + ./venv/bin/python3 my-rtbl-bot.py """ import getpass