summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-10-12 23:29:56 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-10-12 23:29:56 -0500
commit59a07411effbd0ed6289e062621deb29fe8641a8 (patch)
tree5d77057451ac78ac9e62da316c9d6066a7969412
parentadc92f538d3e9b2556a5c0d52023189aa30feff5 (diff)
parentba06e9af37fda3dd363ab5a39bf03cd65bbe2ddd (diff)
Merge pull request #1481 from ananyacleetus/patch-1
Update python.html.markdown
-rw-r--r--python.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown
index 6cfb5dca..5b36083d 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -142,7 +142,7 @@ bool("") # => False
####################################################
# Python has a print statement
-print "I'm Python. Nice to meet you!"
+print "I'm Python. Nice to meet you!" # => I'm Python. Nice to meet you!
# No need to declare variables before assigning to them.
some_var = 5 # Convention is to use lower_case_with_underscores