Skip to content

fix typos #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 13, 2022
Merged

fix typos #59

merged 6 commits into from
Mar 13, 2022

Conversation

almogfishel
Copy link
Contributor

No description provided.

@@ -1004,7 +1004,7 @@
"print(\"1. 'Moshe' in pupils == \" + str('Moshe' in pupils))\n",
"print(\"2. 'Moshe' in pupils[0] == \" + str('Moshe' in pupils[0]))\n",
"print(\"3. ['Moshe', 'Splinter'] in pupils == \" + str(['Moshe', 'Splinter'] in pupils))\n",
"print(\"4. ['Moshe', 'Splinter'] in pupils[0] == \" + str(['Moshe', 'Splinter'] in pupils[-1]))\n",
"print(\"4. ['Moshe', 'Splinter'] in pupils[-1] == \" + str(['Moshe', 'Splinter'] in pupils[-1]))\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

זה מכוון, לדעתי :) אמור לצאת כאן False

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

התוצאה היא עדיין False, שיניתי רק את ההדפסה שתתאים לפעולה :)

@@ -1112,7 +1112,7 @@
" </div>\n",
" <div style=\"width: 90%\">\n",
" <p style=\"text-align: right; direction: rtl; clear: both;\">\n",
" יש נטייה לשכוח את ה־<em>s</em> אחרי ה־<em>end</em> או את ה־<em>start</em> ב־<em>end<strong>s</strong>with</em> וב־<em>start<strong>s</strong>with</em>.\n",
" יש נטייה לשכוח את ה־<em>s</em> אחרי ה־<em>end</em> או ה־<em>start</em> ב־<em>end<strong>s</strong>with</em> וב־<em>start<strong>s</strong>with</em>.\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

אישית, מעדיף את הצורה היותר מפורשת לפני השינוי ^^"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

אני חושבת שלפני זה לא אומר את מה שאתה מתכוון, בעיניי זה מציב את ה-start כדבר השני שעלול להישכח

@@ -230,7 +230,7 @@
"\n",
"<p style=\"text-align: right; direction: rtl; float: right;\">כאשר אנחנו עושים חלוקת שלמים מהצורה <code>A // B</code>, אנחנו למעשה מתכוונים לשאול:</p>\n",
"\n",
"<blockquote style=\"text-align: left; direction: ltr; float: right; border-left: 0; border-right: 5px solid #eeeeee;\"><p style=\"text-align: right; direction: rtl; float: left;\">אם יש לי A משולשי פיצה, וחילקתי את כל משלושי הפיצה באופן שווה ל־B ילדים (תזהרו מלחתוך לי את המשולשים!), כמה משולשי פיצה יקבל כל ילד?</p></blockquote>\n",
"<blockquote style=\"text-align: left; direction: ltr; float: right; border-left: 0; border-right: 5px solid #eeeeee;\"><p style=\"text-align: right; direction: rtl; float: left;\">אם יש לי A משולשי פיצה, וחילקתי את כל משולשי הפיצה באופן שווה ל־B ילדים (תזהרו מלחתוך לי את המשולשים!), כמה משולשי פיצה יקבל כל ילד?</p></blockquote>\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch :D

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

קרדיט לאופיר!

@yammesicka yammesicka merged commit 0859e48 into PythonFreeCourse:master Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants