diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-30 18:15:49 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-30 19:09:45 +0100 |
| commit | 99649ddcb21b5c07258569d4585ffe3cf9eb4f38 (patch) | |
| tree | 0306b7467ae6172b2a7c7ac98d4bd4e4dfb1a701 /docs/intro/contributing.txt | |
| parent | 7d7b27d2b1256787849c9e3902d7aa26ac71685b (diff) | |
Assumed Python 3 throughout docs/intro.
Various small fixes while I was proof-reading.
Diffstat (limited to 'docs/intro/contributing.txt')
| -rw-r--r-- | docs/intro/contributing.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 8f41b71056..8a16a9b0d0 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -20,8 +20,8 @@ For this tutorial, we expect that you have at least a basic understanding of how Django works. This means you should be comfortable going through the existing tutorials on :doc:`writing your first Django app</intro/tutorial01>`. In addition, you should have a good understanding of Python itself. But if you -don't, "Dive Into Python" (for `Python 2`__, for `Python 3`__) is a fantastic -(and free) online book for beginning Python programmers. +don't, `Dive Into Python`__ is a fantastic (and free) online book for +beginning Python programmers. Those of you who are unfamiliar with version control systems and Trac will find that this tutorial and its links include just enough information to get started. @@ -37,7 +37,6 @@ so that it can be of use to the widest audience. to |django-developers| or drop by `#django-dev on irc.freenode.net`__ to chat with other Django users who might be able to help. -__ http://diveintopython.net/toc/index.html __ http://diveintopython3.net/ __ irc://irc.freenode.net/django-dev |
