From e008f69505f7beb06041fd5c4bd0914117552046 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 28 Feb 2022 12:15:10 -0500 Subject: [PATCH] Doc str formatting --- piker/data/_source.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/piker/data/_source.py b/piker/data/_source.py index dfa48453..f20be702 100644 --- a/piker/data/_source.py +++ b/piker/data/_source.py @@ -92,11 +92,11 @@ def ohlc_zeros(length: int) -> np.ndarray: class Symbol(BaseModel): - """I guess this is some kinda container thing for dealing with + ''' + I guess this is some kinda container thing for dealing with all the different meta-data formats from brokers? - Yah, i guess dats what it izz. - """ + ''' key: str type_key: str # {'stock', 'forex', 'future', ... etc.} tick_size: float