fix(learn): correct capitalization in RPG character title (#64817)

This commit is contained in:
Om Gawande
2025-12-21 20:29:54 +05:30
committed by GitHub
parent 7a9482b368
commit 2ec10fa504

View File

@@ -6711,7 +6711,7 @@
]
},
"lab-rpg-character": {
"title": "Build an RPG character",
"title": "Build an RPG Character",
"intro": [
"In this lab you will practice basic python by building an RPG character."
]