8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd2abb commit 6b9d7f1Copy full SHA for 6b9d7f1
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