Skip to content

Commit 19486cc

Browse files
committed
Merge pull request #37 from dsjoerg/new_data
Add ability codes for 1.4.2, successfully parses NASL S2 Regular Season replays.
2 parents 6aaaeab + 4c5fda3 commit 19486cc

File tree

2 files changed

+436
-314
lines changed

2 files changed

+436
-314
lines changed

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It works by (optionally) recursing through the specified path (if its a director
4747
and grabbing all files of the .SC2Replay file type and parsing them. Because of
4848
this, while the path you send it must always exist it is possible for the read_
4949
function to return an empty array of not files are found. This scanning process
50-
if fairly configurable by several of the available Options_.
50+
is fairly configurable by several of the available Options_.
5151

5252
Because frequently you will be parsing only a single file or will be in an
5353
environment where you only have access to file or file-like objects, a read_file_
@@ -346,7 +346,7 @@ here will have values. They will always be set.
346346

347347
.. attribute:: events
348348

349-
A list Event_ objects representing all the game events generated by all
349+
A list of Event_ objects representing all the game events generated by all
350350
the humans in the game. Computer players do not have their actions
351351
recorded since they are deterministically generated by the game engine
352352
at run time.

0 commit comments

Comments
 (0)