From 2150c3accd7141b5a813d18ecfc988bad15b5181 Mon Sep 17 00:00:00 2001 From: Nigro Simone Date: Sat, 15 Aug 2026 17:44:18 +0200 Subject: [PATCH] frameworks/web-framework-python: fix the language tag, Pyton to Python --- frameworks/web-framework-python/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/web-framework-python/meta.json b/frameworks/web-framework-python/meta.json index 4ac36955f..3ace52786 100644 --- a/frameworks/web-framework-python/meta.json +++ b/frameworks/web-framework-python/meta.json @@ -1,6 +1,6 @@ { "display_name": "WebFramework Python", - "language": "Pyton", + "language": "Python", "engine": "WebFramework", "type": "production", "description": "Web framework in C++ with different language APIs(Python, C, C++, C#)",