diff options
| author | Brenda J. Butler <bjb@sourcerer.ca> | 2014-05-01 13:28:07 -0400 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-05-02 08:29:59 +0200 |
| commit | b97b24882c7c3363d6972fe1f3a5573738cf9d5a (patch) | |
| tree | cf111d98c19b7d11cf429d3c52453349f17bc489 | |
| parent | 120a981207aacb7453c0e064ec5b3d011ec68345 (diff) | |
[1.6.x] Fixed #22558 -- Added missing word in contributing docs
Backport of c8d257e81 from master.
| -rw-r--r-- | docs/intro/contributing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index cefe2c57e1..98bf41c176 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -71,7 +71,7 @@ development version of Django and to generate patch files for the changes you make. To check whether or not you have Git installed, enter ``git`` into the command -line. If you get messages saying that this command could be found, you'll have +line. If you get messages saying that this command could not be found, you'll have to download and install it, see `Git's download page`__. If you're not that familiar with Git, you can always find out more about its |
