Skip to content

Commit

Permalink
Update troubleshooting.rst
Browse files Browse the repository at this point in the history
Fix too many backticks.
  • Loading branch information
dlech authored Jul 8, 2022
1 parent 9205bd6 commit c798c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When things don't seem to be working right, here are some things to try.
Common Mistakes
---------------

Many people name their first script ```bleak.py``. This causes the script to
Many people name their first script ``bleak.py``. This causes the script to
crash with an ``ImportError`` similar to::

ImportError: cannot import name 'BleakClient' from partially initialized module 'bleak' (most likely due to a circular import) (bleak.py)`
Expand Down

0 comments on commit c798c05

Please sign in to comment.