Skip to content

Commit

Permalink
docs(docs): docs
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
albertandking committed Aug 9, 2022
1 parent d20c984 commit 4125faf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exclude =
__pycache__,
build,
dist
docs
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9
6 changes: 3 additions & 3 deletions docs/contributor.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
限量: 单次返回指定公司的指定频率的所有历史分时行情数据
输入参数
| 名称 | 类型 | 描述|
| -------- | ---- | --- |
| symbol | str | symbol='sh000300'; 同日频率数据接口|
| period | str | period='1'; 获取 1, 5, 15, 30, 60 分钟的数据频率|
输出参数
| 名称 | 类型 | 描述 |
| ------------ | ------ | -------- |
| day | object | - |
Expand Down

0 comments on commit 4125faf

Please sign in to comment.