[FIX] Fix a typo in CS50P (#558)

This commit is contained in:
Ruslan 2024-01-27 11:45:35 +00:00 committed by GitHub
parent 39e703f424
commit bdbd679fe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
- Difficulty: 🌟🌟
- Class Hour: 30-40 hours
One of the CS50 families, taught by David J. Malan. You'll learn how to program in Python and "Pythonic" ways to deal with everthing. The course also introduces libraries, code testing, and handling exceptions.
One of the CS50 families, taught by David J. Malan. You'll learn how to program in Python and "Pythonic" ways to deal with everything. The course also introduces libraries, code testing, and handling exceptions.
No programming experiences are assumed. So it may be appropriate for anyone who wants to learn Python.
@ -21,4 +21,4 @@ No programming experiences are assumed. So it may be appropriate for anyone who
## Personal Resources
All the resources and assignments used by @mancuoj in this course are maintained in [mancuoj/CS50P - GitHub](https://github.com/mancuoj/CS50P).
All the resources and assignments used by @mancuoj in this course are maintained in [mancuoj/CS50P - GitHub](https://github.com/mancuoj/CS50P).