fixed typo

This commit is contained in:
Kate Hu 2023-03-28 11:43:19 +08:00
parent 4594cda51e
commit c8496e557d
2 changed files with 1112 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -216,7 +216,7 @@
"\n",
"marketDataAPI = MarketData.MarketAPI(flag=flag)\n",
"\n",
"result = marketDataAPI.get_tickers( instType=\"SPO\")\n",
"result = marketDataAPI.get_tickers( instType=\"SPOT\")\n",
"print(result)"
]
},
@ -1082,7 +1082,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.9 64-bit",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@ -1096,7 +1096,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.9"
"version": "3.9.12"
},
"vscode": {
"interpreter": {