Skip to content

Commit 9c157d4

Browse files
authored
Fix typo
1 parent 83429dd commit 9c157d4

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)