From d8533f3e396f0c0568a1ab175ce4189dd42c5eea Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 13 Jul 2024 19:47:09 +0300 Subject: [PATCH] docs: update docstring of the `rendercv/__init__.py` --- rendercv/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rendercv/__init__.py b/rendercv/__init__.py index 527c9a93..378e8ef3 100644 --- a/rendercv/__init__.py +++ b/rendercv/__init__.py @@ -1,5 +1,4 @@ -"""RenderCV package. - +""" RenderCV is a $\\LaTeX$ CV/resume framework that allows you to create a high-quality CV as a PDF from a YAML file with Markdown syntax support and complete control over the $\\LaTeX$ code.