瀏覽代碼

document function (about)

Steve Nyemba 1 年之前
父節點
當前提交
9f6aa4ddcf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      healthcareio/__main__.py

+ 1 - 1
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__]: