Skip to content

Commit ffab780

Browse files
authored
Merge pull request Akuli#5 from jancarloonce/master
fixed typo
2 parents 3cd2abb + 6b9d7f1 commit ffab780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Free to use: True
304304
It's working. The `self` argument in `Website.info` was `github`.
305305
You could call it something else too such as `me`, `this` or `instance`,
306306
but use `self` instead. Other Python users have gotten used to it, and
307-
the official style guide recommens it also.
307+
the official style guide recommends it also.
308308

309309
We still need to set `url`, `founding_year` and `free_to_use` manually.
310310
Maybe we could add a method to do that?

0 commit comments

Comments
 (0)