From 41e4688cd73dd2b72079145e6976d5af3c4eb711 Mon Sep 17 00:00:00 2001 From: pykretexd Date: Sun, 15 Dec 2024 12:40:58 +0100 Subject: [PATCH] Rename False to Cap from Cooked chat is this more skibidi rizz --- README.md | 2 +- pygyat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 913dbfd..979e7c4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Below is a table of all of the Python keywords or operators that should be repla | + | rizz | | print | yap | | True | Aura | -| False | Cooked | +| False | Cap | | def | bop | | while | let him cook | | import | glaze | diff --git a/pygyat/__init__.py b/pygyat/__init__.py index f8a7f64..47ccd93 100644 --- a/pygyat/__init__.py +++ b/pygyat/__init__.py @@ -9,7 +9,7 @@ "rizz": "+", "yap": "print", "Aura": "True", - "Cooked": "False", + "Cap": "False", "bop": "def", "let\s+him\s+cook": "while", "glaze": "import",