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