Skip to content

Commit 2841052

Browse files
authored
Fix typos found by codespell
1 parent f787abc commit 2841052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorials/prettyprinter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Many of the replay attributes are nested data structures which are generally all
9393

9494
Each of these nested structures can be found either on its own reference page or lumped together with the other minor structures on the Misc Structures page.
9595

96-
So now all we need to do is build the ouput using the available replay attributes. Lets start with the header portion. We'll use a block string formatting method that makes this clean and easy:
96+
So now all we need to do is build the output using the available replay attributes. Lets start with the header portion. We'll use a block string formatting method that makes this clean and easy:
9797

9898
::
9999

@@ -199,7 +199,7 @@ With this in mind, lets make a slight change to our main function to support any
199199
Any time that you start dealing with directories or collections of files you run into dangers with recursion and annoyances of tedium. sc2reader provides options to mitigate these concerns.
200200

201201
* directory: Default ''. The directory string when supplied, becomes the base of all the file paths sent into sc2reader and can save you the hassle of fully qualifying your file paths each time.
202-
* depth: Default -1. When handling directory inputs, sc2reader searches the directory recursively until all .SC2Replay files have been loaded. By setting the maxium depth value this behavior can be mitigated.
202+
* depth: Default -1. When handling directory inputs, sc2reader searches the directory recursively until all .SC2Replay files have been loaded. By setting the maximum depth value this behavior can be mitigated.
203203
* exclude: Default []. When recursing directories you can choose to exclude directories from the file search by directory name (not full path).
204204
* followlinks: Default false. When recursing directories, enables or disables the follow symlinks behavior.
205205

0 commit comments

Comments
 (0)