Skip to content

Commit 703738a

Browse files
committed
Remove non-ascii characters in docstring
1 parent 9129c19 commit 703738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/naver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _parse_xml_response(self, xml_content):
7474
7575
<?xml version="1.0" encoding="EUC-KR" ?>
7676
<protocol>
77-
<chartdata symbol="005930" name="삼성전자" count="500"
77+
<chartdata symbol="005930" name="Samsung Elctronics" count="500"
7878
timeframe="day" precision="0" origintime="19900103">
7979
<item data="20170918|218500|222000|217000|220500|72124" />
8080
<item data="20170919|218000|221000|217500|219000|62753" />

0 commit comments

Comments
 (0)