Skip to content

Commit 3798667

Browse files
author
Sam McHardy
committed
Rename doc file from enums to constants
1 parent b4d03aa commit 3798667

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/enums.rst renamed to docs/constants.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Enumerated Types
2-
================
1+
Binance Constants
2+
=================
33

4-
Binance defines Enumerated Types for Order Types, Order Side, Time in Force, Order response and Kline intervals these are found on `binance.client.Client`.
4+
Binance requires specific string constants for Order Types, Order Side, Time in Force, Order response and Kline intervals these are found on `binance.client.Client`.
55

66
.. code:: python
77

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Contents
1010
:maxdepth: 2
1111

1212
overview
13-
enums
13+
constants
1414
general
1515
market_data
1616
account

0 commit comments

Comments
 (0)