mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): add 'should' to correct typo in step 68 (#61916)
Co-authored-by: Tiffany Grevious <tjgrevious@example.com>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ Your `__le__` method should have two parameters, `self` and `other`.
|
||||
({ test: () => assert(runPython(`_Node(_code).find_class("R2Vector").find_function("__le__").has_args("self, other")`)) })
|
||||
```
|
||||
|
||||
Your `__le__` method return the opposite of `self > other`.
|
||||
Your `__le__` method should return the opposite of `self > other`.
|
||||
|
||||
```js
|
||||
({ test: () => assert(runPython(`_Node(_code).find_class("R2Vector").find_function("__le__").has_return("not self > other")`)) })
|
||||
|
||||
Reference in New Issue
Block a user