From 9f6aa4ddcf8470603ea4a7b95fc2131b2dc4e914 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 9 Feb 2024 09:06:00 -0600 Subject: [PATCH] document function (about) --- healthcareio/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcareio/__main__.py b/healthcareio/__main__.py index c6c642c..5f74ba5 100644 --- a/healthcareio/__main__.py +++ b/healthcareio/__main__.py @@ -107,7 +107,7 @@ def config(email:str,provider:str='sqlite') : print (_msg) @app.command(name='about') def copyright(): - r""" + f""" This function will return information about the {meta.__name__} """ for note in [meta.__name__,meta.__author__,meta.__license__]: