From bc950ad8d188bb2d3fcf201bce5a27e7cc3ef15f Mon Sep 17 00:00:00 2001 From: Vasu Bhatia Date: Sun, 7 Dec 2025 18:15:11 +0000 Subject: [PATCH] refactor: Update the backstage string to be the same as the python code (and not from the requirements README) --- python/gilded_rose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gilded_rose.py b/python/gilded_rose.py index aad71caf..9a1f48e2 100755 --- a/python/gilded_rose.py +++ b/python/gilded_rose.py @@ -2,7 +2,7 @@ from __future__ import annotations AGED_BRIE: str = "Aged Brie" -BACKSTAGE_PASSES: str = "Backstage passes" +BACKSTAGE_PASSES: str = "Backstage passes to a TAFKAL80ETC concert" CONJURED: str = "Conjured" MAX_QUALITY: int = 50 MIN_QUALITY: int = 0