Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Escaped underscores to make "__" visible #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Escaped underscores to make "__" visible
  • Loading branch information
Akashamba authored Jan 3, 2024
commit 61e19db2c2804896c0f9ba93c4529cac1100d12d
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Thanks!
| trye | try:except:else: |
| tryf | try:except:finally: |
| s | self |
| __ | __magic__ |
| ifmain | if __name__ == "__main__" |
| __ | \_\_magic__ |
| ifmain | if \_\_name__ == "\_\_main__" |

### Comprehensions

Expand Down Expand Up @@ -112,4 +112,4 @@ See [changelog](CHANGELOG.md) for all changes and releases.

## Troubleshooting

If you experience problems with the auto-formatting of certain snippets, make sure you have the option `editor.tabCompletion` set on `onlySnippets` or `on`.
If you experience problems with the auto-formatting of certain snippets, make sure you have the option `editor.tabCompletion` set on `onlySnippets` or `on`.