diff --git a/README.md b/README.md index fae7007..53c0ac0 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Below is a table of all of the Python keywords or operators that should be repla | not | | | with | pookie | | as | ahh | -| global | GOAT | +| global | gigachad | | nonlocal | motion | | del | delulu | | yield | pause | diff --git a/pygyat/__init__.py b/pygyat/__init__.py index 632972b..892907b 100644 --- a/pygyat/__init__.py +++ b/pygyat/__init__.py @@ -25,7 +25,7 @@ "crashout": "raise", "pookie": "with", "ahh": "as", - "GOAT": "global", + "gigachad": "global", "motion": "nonlocal", "delulu": "del", "pause no diddy": "yield from", diff --git a/website/src/app/docs/page.tsx b/website/src/app/docs/page.tsx index e4f7229..bf43b77 100644 --- a/website/src/app/docs/page.tsx +++ b/website/src/app/docs/page.tsx @@ -305,7 +305,7 @@ export default function Documentation() {