summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-07 03:54:02 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-07 03:54:02 -0700
commit0aceb41100448904bcffa10525fcd4b75ad5ffe2 (patch)
tree63c73971c9c392278577b14275ed9c9c18fa2301 /python.html.markdown
parent8f67b5f2efbbc9f0958ca42f71a74ec63cfbedb5 (diff)
[python/*] remove feedback email request
Diffstat (limited to 'python.html.markdown')
-rw-r--r--python.html.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/python.html.markdown b/python.html.markdown
index 0748c9ae..f9a36da1 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -18,10 +18,6 @@ Python was created by Guido van Rossum in the early 90s. It is now one of the
most popular languages in existence. I fell in love with Python for its
syntactic clarity. It's basically executable pseudocode.
-Note: This article applies to Python 3 specifically. Check out
-[here](http://learnxinyminutes.com/docs/pythonlegacy/) if you want to learn the
-old Python 2.7
-
```python
# Single line comments start with a number symbol.