@@ -76,21 +76,21 @@ Following importation and initiation of the class ``API``, its associated subcla
76
76
77
77
Below are the available sub classes:
78
78
79
- +-----------------+----------+
80
- | sub class | catogery |
81
- +=================+==========+
82
- | * `ColdWar `_ | game |
83
- +-----------------+----------+
84
- | * `ModernWarfe `_ | game |
85
- +-----------------+----------+
86
- | * `Vanguard `_ | game |
87
- +-----------------+----------+
88
- | * `Warzone `_ | game |
89
- +-----------------+----------+
90
- | * `Me `_ | other |
91
- +-----------------+----------+
92
- | * `Misc `_ | other |
93
- +-----------------+----------+
79
+ +------------------- +----------+
80
+ | sub class | catogery |
81
+ +=================== +==========+
82
+ | * `ColdWar `_ | game |
83
+ +------------------- +----------+
84
+ | * `ModernWarfare `_ | game |
85
+ +------------------- +----------+
86
+ | * `Vanguard `_ | game |
87
+ +------------------- +----------+
88
+ | * `Warzone `_ | game |
89
+ +------------------- +----------+
90
+ | * `Me `_ | other |
91
+ +------------------- +----------+
92
+ | * `Misc `_ | other |
93
+ +------------------- +----------+
94
94
95
95
96
96
@@ -109,9 +109,9 @@ For a detailed description, ``__doc__`` (docstring) of each sub class can be cal
109
109
# print out the docstring
110
110
print (api.ColdWar.__doc__ )
111
111
112
- .. _`ModernWarfe ` :
112
+ .. _`ModernWarfare ` :
113
113
114
- ``ModernWarfe ``
114
+ ``ModernWarfare ``
115
115
116
116
.. code-block :: python
117
117
0 commit comments