Skip to content
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

Update README.md #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update README.md #102

wants to merge 2 commits into from

Conversation

moontree
Copy link

@moontree moontree commented Dec 3, 2018

fix bug: ''' means multi-line output in print function

fix bug: `'''` means multi-line output in print function
README.md Outdated
@@ -700,7 +700,7 @@ SyntaxError: invalid syntax

---

### ▶ Half triple-quoted strings
### ▶ Half triple-quoted strings (which is wrong in orinial version)
Copy link

Choose a reason for hiding this comment

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

@moontree Hi, maybe you should fix the typo - orinial -> original.

Copy link
Author

Choose a reason for hiding this comment

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

I have fix this, thanks!

  orinial -> original. in line 703
@nifadyev
Copy link
Contributor

Hey @moontree , thanks for this fix. Could you please change it a bit?

@@ -712,7 +712,8 @@ wtfpython
>>> # print('''wtfpython')
>>> # print("""wtfpython")
```

(by zc_):
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove (by zc_): and change explanation section

@@ -700,7 +700,7 @@ SyntaxError: invalid syntax

---

### ▶ Half triple-quoted strings
### ▶ Half triple-quoted strings (which is wrong in original version)
Copy link
Contributor

Choose a reason for hiding this comment

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

Please do not change the title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants