From 072e0e645fac7bb5f4068323863c4885e7908b68 Mon Sep 17 00:00:00 2001 From: ArmanGrewal007 Date: Mon, 20 Nov 2023 22:09:15 +0530 Subject: [PATCH] fixed spelling mistake --- libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries.json b/libraries.json index 908f9a9..eef4839 100644 --- a/libraries.json +++ b/libraries.json @@ -1273,7 +1273,7 @@ "technologies": ["Databases", "PostgreSQL"], "description": "asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio." }, - "BeautyfulSoup": { + "BeautifulSoup": { "imports": ["bs4"], "technologies": ["Web Scraping"], "description": "Beautiful Soup is a Python package for parsing HTML and XML documents.",