From 7c6219924e6f13ff47021ccf78d24bdb7d56a444 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 20 Dec 2023 23:51:47 -0500 Subject: [PATCH] docs: docstring change --- pyzipline/zipline.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyzipline/zipline.py b/pyzipline/zipline.py index 02c881f..2426e91 100644 --- a/pyzipline/zipline.py +++ b/pyzipline/zipline.py @@ -12,10 +12,10 @@ class ZiplineApi: Args: hostname (str): The hostname of your Zipline instance, WITHOUT https or http. - token (str = None): String used for authentication when making requests. - ssl (bool = True): Normally set to True, but if your Zipline instance doesn't use SSL/TLS, set this to False. - enforced_signing (bool = True): Normally set to True, but if having SSL/TLS cert validation issues, can turn off with False. - logger (logging.Logger = None): If your app has a logger, pass it in here. + token (str): String used for authentication when making requests. + ssl (bool): Normally set to True, but if your Zipline instance doesn't use SSL/TLS, set this to False. + enforced_signing (bool): Normally set to True, but if having SSL/TLS cert validation issues, can turn off with False. + logger (logging.Logger): If your app has a logger, pass it in here. """ def __init__( self,