Skip to content

Commit b0df8ae

Browse files
committed
[EN-1328] minor edits in docstrings
1 parent c1e0197 commit b0df8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dxfeed/wrappers/subscription.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Subscription(object):
1818
'TradeETH', 'SpreadOrder', 'Greeks', 'TheoPrice', 'Underlying', 'Series', 'Configuration' or ''
1919
data_len: int
2020
The amount of events kept in Subscription class. By default event is received as list and each event is stored
21-
in deque of fixed size. To have no limits for the deque set this value to -1.
21+
in deque of fixed size. To have no limits for the deque set this value to -1. Default 100000.
2222
date_time: str or datetime.datetime
2323
If present timed subscription will be created (conflated stream). For sting date format is following:
2424
%Y-%m-%d %H:%M:%S.%f. If None - stream subscription will be created (non-conflated). Default - None.
@@ -74,7 +74,7 @@ def remove_symbols(self, symbols: Union[str, Iterable[str]] = None):
7474
7575
Parameters
7676
----------
77-
symbols: str, iterable
77+
symbols: str, Iterable
7878
One ticker or list of tickers to remove from subscription
7979
8080
Returns

0 commit comments

Comments
 (0)