We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd2abb + 6b9d7f1 commit ffab780Copy full SHA for ffab780
basics/classes.md
@@ -304,7 +304,7 @@ Free to use: True
304
It's working. The `self` argument in `Website.info` was `github`.
305
You could call it something else too such as `me`, `this` or `instance`,
306
but use `self` instead. Other Python users have gotten used to it, and
307
-the official style guide recommens it also.
+the official style guide recommends it also.
308
309
We still need to set `url`, `founding_year` and `free_to_use` manually.
310
Maybe we could add a method to do that?
0 commit comments