From 9fc6c778de45da3615e4bb0facc60d44231870c5 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 8 Jul 2024 19:06:01 +0200 Subject: [PATCH] Docstring --- README.md | 4 ---- socials_util/__init__.py | 7 ++++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 60d8e8f..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,5 +1 @@ -# Socials-util -Python library for parsing and processing URLs of Social Media Sites. - -Used by one-page-internet. diff --git a/socials_util/__init__.py b/socials_util/__init__.py index 3df567e..9b7d4ba 100644 --- a/socials_util/__init__.py +++ b/socials_util/__init__.py @@ -1,4 +1,9 @@ -"""Small utility for detecting social websites.""" +"""# Socials-util. + +Python library for parsing and processing URLs of Social Media Sites. + +Used by one-page-internet. +""" import re import urllib.parse