From e81594295c864024435e5e60f0ca8f787128265b Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Fri, 12 May 2023 20:28:04 +0700 Subject: [PATCH] Update docstring --- Essential/plotter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essential/plotter.py b/Essential/plotter.py index 3aeacef..6853a58 100644 --- a/Essential/plotter.py +++ b/Essential/plotter.py @@ -20,7 +20,7 @@ class plotter: popup (bool): to ask if you want to popup new webview window or embed to gui Returns: - bytes (html_encoded string) + None Raises: ValueError: If an invalid chart type is provided.