Skip to content

Commit 1ea2ed4

Browse files
authored
get_charts documentation fix
1 parent bfd42de commit 1ea2ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Downloading charts
133133
.. code:: python
134134
135135
# Monthly, Candles, Large, No Technical Analysis
136-
stock_list.get_charts(period='m', chart_type='c', size='l', ta=False)
136+
stock_list.get_charts(period='m', chart_type='c', size='l', ta='0')
137137
138138
# period='d' > daily
139139
# period='w' > weekly

0 commit comments

Comments
 (0)