-
Notifications
You must be signed in to change notification settings - Fork 214
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
fix typos #59
Changes from all commits
5d334aa
445a554
5f4d716
68926ce
727c933
a38b149
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. זה מכוון, לדעתי :) אמור לצאת כאן False There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. התוצאה היא עדיין False, שיניתי רק את ההדפסה שתתאים לפעולה :) |
||
"print(\"5. ['Moshe', 'Dukasit', 'Splinter'] in pupils == \" + str(['Moshe', 'Dukasit', 'Splinter'] in pupils))\n", | ||
"print(\"6. ['Moshe', 'Dukasit', 'Splinter'] in pupils[0] == \" + str(['Moshe', 'Dukasit', 'Splinter'] in pupils[0]))" | ||
] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. אישית, מעדיף את הצורה היותר מפורשת לפני השינוי ^^" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. אני חושבת שלפני זה לא אומר את מה שאתה מתכוון, בעיניי זה מציב את ה-start כדבר השני שעלול להישכח |
||
" </p>\n", | ||
" </div>\n", | ||
"</div>" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
קרדיט לאופיר!