Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit a6def32

Browse files
committed
auto update Sun 07/17/2022 2:39:20.25
1 parent b9ca22c commit a6def32

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@ Following importation and initiation of the class ``API``, its associated subcla
7676

7777
Below are the available sub classes:
7878

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+
+-------------------+----------+
9494

9595

9696

@@ -109,9 +109,9 @@ For a detailed description, ``__doc__`` (docstring) of each sub class can be cal
109109
# print out the docstring
110110
print(api.ColdWar.__doc__)
111111
112-
.. _`ModernWarfe`:
112+
.. _`ModernWarfare`:
113113

114-
``ModernWarfe``
114+
``ModernWarfare``
115115

116116
.. code-block:: python
117117

test

Whitespace-only changes.

0 commit comments

Comments
 (0)