diff options
author | Geoff Liu <g@geoffliu.me> | 2015-04-17 14:06:47 -0400 |
---|---|---|
committer | Geoff Liu <g@geoffliu.me> | 2015-04-17 14:06:47 -0400 |
commit | 49e8dd42636199f19d250bc6b169764f5ebe0ed7 (patch) | |
tree | 4a91f68d8c75720eb8c1cf288fcbeba0f841e62c /python.html.markdown | |
parent | 61510ee92caaca9c841da6e40c8e1d680d1b7e34 (diff) | |
parent | b44aded453d94d5a196356f3c05c678d6ec9323c (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'python.html.markdown')
-rw-r--r-- | python.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown index da04d381..478804cd 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -14,7 +14,7 @@ executable pseudocode. Feedback would be highly appreciated! You can reach me at [@louiedinh](http://twitter.com/louiedinh) or louiedinh [at] [google's email service] Note: This article applies to Python 2.7 specifically, but should be applicable -to Python 2.x. For Python 3.x, take a look at the Python 3 tutorial. +to Python 2.x. For Python 3.x, take a look at the [Python 3 tutorial](http://learnxinyminutes.com/docs/python3/). ```python |