8000 fixed typo · carbits/python-tutorial@6b9d7f1 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit 6b9d7f1

Browse files
author
Once
committed
fixed typo
1 parent 3cd2abb commit 6b9d7f1

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)
0