8000 fix line too long problem in message.py · Nasdaq/data-link-python@42ae5e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42ae5e4

Browse files
committed
fix line too long problem in message.py
1 parent 859131b commit 42ae5e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nasdaqdatalink/message.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ class Message:
2222
minimum index is 1 and the maximum index is %s'
2323
ERROR_REQUESTED_COLUMN_NOT_EXIST = 'Requested column index %s does not exist'
2424

25-
WARN_DATA_LIMIT_EXCEEDED = 'This call exceeds the amount of data that nasdaqdatalink.get_table() \
26-
allows. Please use the following link in your browser, which will download the full \
25+
WARN_DATA_LIMIT_EXCEEDED = 'This call exceeds the amount of data that \
26+
nasdaqdatalink.get_table() allows. \
27+
Please use the following link in your browser, which will download the full \
2728
results as a CSV file: \
2829
https://data.nasdaq.com.com/api/v3/datatables/%s?qopts.export=true&api_key=%s . \
2930
See our API documentation for more info: \

0 commit comments

Comments
 (0)
0