From bdbd679fe9c4060796ff42c6e860953e2113d0a9 Mon Sep 17 00:00:00 2001 From: Ruslan <44776391+riprsa@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:45:35 +0000 Subject: [PATCH] [FIX] Fix a typo in CS50P (#558) --- docs/编程入门/CS50P.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/编程入门/CS50P.en.md b/docs/编程入门/CS50P.en.md index d9417628..93f589b9 100644 --- a/docs/编程入门/CS50P.en.md +++ b/docs/编程入门/CS50P.en.md @@ -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). \ No newline at end of file +All the resources and assignments used by @mancuoj in this course are maintained in [mancuoj/CS50P - GitHub](https://github.com/mancuoj/CS50P).