Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ Below is a table of all of the Python keywords or operators that should be repla
| ≤ | beta twin |
| == | twin |
| = | |
| async | |
| await | |
| async | bussdown |
| await | hol up |
| open | mog |
| read | |
| write | |
| close | demure |
| list | |
| list | clurb |
| set | |
| dict | |

Expand Down
5 changes: 4 additions & 1 deletion pygyat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"sigma": ">",
"beta": "<",
"diddy": "in",
"pluh": "pass"
"pluh": "pass",
"hol\s+up": "await",
"bussdown": "async",
"clurb": "list"
}