diff options
| author | $ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓 <91828139+ashmeet07@users.noreply.github.com> | 2026-02-11 18:27:14 +0530 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-02-16 16:37:49 -0300 |
| commit | fb3a11071aae27ef869d2b029289b9f59cc41128 (patch) | |
| tree | 863548ea9f6b1ca3f9842f1063ea93693e3cc6c9 /docs/intro | |
| parent | 08b4dfc5734f5d2fce685eabcd65385a6656db2f (diff) | |
Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.
Co-authored-by: Clifford Gama <cliffygamy@gmail.com>
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/contributing.txt | 6 | ||||
| -rw-r--r-- | docs/intro/index.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 0342f3e816..b4d81584f4 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -67,7 +67,7 @@ and the processes involved. Specifically, we'll be covering the following: Once you're done with the tutorial, you can look through the rest of :doc:`Django's documentation on contributing</internals/contributing/index>`. -It contains lots of great information and is a must read for anyone who'd like +It contains lots of great information and is a must-read for anyone who'd like to become a regular contributor to Django. If you've got questions, it's probably got the answers. @@ -121,7 +121,7 @@ Download the Django source code repository using the following command: .. admonition:: Low bandwidth connection? You can add the ``--depth 1`` argument to ``git clone`` to skip downloading - all of Django's commit history, which reduces data transfer from ~250 MB + all of Django's commit history, which reduces data transfer from ~250 MB to ~70 MB. Now that you have a local copy of Django, you can install it just like you @@ -283,7 +283,7 @@ Writing some tests for your ticket In most cases, for a contribution to be accepted into Django it has to include tests. For bug fix contributions, this means writing a regression test to -ensure that the bug is never reintroduced into Django later on. A regression +ensure that the bug is never reintroduced into Django later on. A regression test should be written in such a way that it will fail while the bug still exists and pass once the bug has been fixed. For contributions containing new features, you'll need to include tests which ensure that the new features are diff --git a/docs/intro/index.txt b/docs/intro/index.txt index d049718b4c..40a00277af 100644 --- a/docs/intro/index.txt +++ b/docs/intro/index.txt @@ -32,7 +32,7 @@ place: read this material to quickly get up and running. `list of Python resources for non-programmers`_ If you already know a few other languages and want to get up to speed with - Python quickly, we recommend referring the official + Python quickly, we recommend referring to the official `Python documentation`_, which provides comprehensive and authoritative information about the language, as well as links to other resources such as a list of `books about Python`_. |
