Skip to content

Commit 201d91b

Browse files
committed
MOD: Update MEMOIR capitalization
1 parent f1d958a commit 201d91b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

databento/common/publishers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ class Dataset(StringyMixin, str, Enum):
553553
XCIS_TRADES
554554
NYSE National Trades.
555555
MEMX_MEMOIR
556-
MEMX Memoir Depth.
556+
MEMX MEMOIR Depth.
557557
EPRL_DOM
558558
MIAX Pearl Depth.
559559
FINN_NLS
@@ -862,7 +862,7 @@ def description(self) -> str:
862862
if self == Dataset.XCIS_TRADES:
863863
return "NYSE National Trades"
864864
if self == Dataset.MEMX_MEMOIR:
865-
return "MEMX Memoir Depth"
865+
return "MEMX MEMOIR Depth"
866866
if self == Dataset.EPRL_DOM:
867867
return "MIAX Pearl Depth"
868868
if self == Dataset.FINN_NLS:
@@ -953,7 +953,7 @@ class Publisher(StringyMixin, str, Enum):
953953
XCIS_TRADES_XCIS
954954
NYSE National Trades.
955955
MEMX_MEMOIR_MEMX
956-
MEMX Memoir Depth.
956+
MEMX MEMOIR Depth.
957957
EPRL_DOM_EPRL
958958
MIAX Pearl Depth.
959959
XNAS_NLS_FINN
@@ -2166,7 +2166,7 @@ def description(self) -> str:
21662166
if self == Publisher.XCIS_TRADES_XCIS:
21672167
return "NYSE National Trades"
21682168
if self == Publisher.MEMX_MEMOIR_MEMX:
2169-
return "MEMX Memoir Depth"
2169+
return "MEMX MEMOIR Depth"
21702170
if self == Publisher.EPRL_DOM_EPRL:
21712171
return "MIAX Pearl Depth"
21722172
if self == Publisher.XNAS_NLS_FINN:

0 commit comments

Comments
 (0)