File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ It works by (optionally) recursing through the specified path (if its a director
4747and grabbing all files of the .SC2Replay file type and parsing them. Because of
4848this, while the path you send it must always exist it is possible for the read _
4949function 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
5252Because frequently you will be parsing only a single file or will be in an
5353environment 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.
You can’t perform that action at this time.
0 commit comments