Skip to content

Commit 326498d

Browse files
authored
Merge pull request #259 from srobo/WillB97-patch-1
Fix typo
2 parents 83429dd + 9c157d4 commit 326498d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/cheat_sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The API also makes some information about where your code is running
236236
### Starting Zone for a match
237237

238238
~~~~~ python
239-
zone = r.zone # -> 0, 1, 2, or 3
239+
zone = R.zone # -> 0, 1, 2, or 3
240240
~~~~~
241241

242242
### Arena Information

0 commit comments

Comments
 (0)