Skip to content

Commit b21c1b2

Browse files
committed
LeetcodeEnv --> LeetCodeEnv
1 parent 8c11e37 commit b21c1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ sub = LeetCodeSubmission(code=code,
7474
... and instantiate a submission environment ...
7575

7676
```python
77-
from leetcode_env.environment import LeetcodeEnv
78-
env = LeetcodeEnv()
77+
from leetcode_env.environment import LeetCodeEnv
78+
env = LeetCodeEnv()
7979
```
8080

8181
Finally, we can step through the environment with the submission:

0 commit comments

Comments
 (0)