diff options
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/index.txt | 2 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 6 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 3 | ||||
| -rw-r--r-- | docs/internals/organization.txt | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt index c933fff44e..f798cae5e7 100644 --- a/docs/internals/contributing/index.txt +++ b/docs/internals/contributing/index.txt @@ -35,7 +35,7 @@ If you think working *with* Django is fun, wait until you start working *on* it. Really, **ANYONE** can do something to help make Django better and greater! This contributing guide contains everything you need to know to help build the -Django Web framework. Browse the following sections to find out how: +Django web framework. Browse the following sections to find out how: .. toctree:: :maxdepth: 2 diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 1d38d4f429..bb248a68cf 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -36,7 +36,7 @@ Next, clone your fork, install some requirements, and run the tests: Installing the requirements will likely require some operating system packages that your computer doesn't have installed. You can usually figure out which -package to install by doing a Web search for the last line or so of the error +package to install by doing a web search for the last line or so of the error message. Try adding your operating system to the search query if needed. If you have trouble installing the requirements, you can skip that step. See @@ -246,7 +246,7 @@ labels. Running the Selenium tests -------------------------- -Some tests require Selenium and a Web browser. To run these tests, you must +Some tests require Selenium and a web browser. To run these tests, you must install the selenium_ package and run the tests with the ``--selenium=<BROWSERS>`` option. For example, if you have Firefox and Google Chrome installed: @@ -302,7 +302,7 @@ like so: If you encounter an error during the installation, your system might be missing a dependency for one or more of the Python packages. Consult the failing -package's documentation or search the Web with the error message that you +package's documentation or search the web with the error message that you encounter. You can also install the database adapter(s) of your choice using diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 33114c98ef..e409b7fcc7 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -160,8 +160,7 @@ documentation: * **subclass** -- it's a single word without a hyphen, both as a verb ("subclass that model") and as a noun ("create a subclass"). -* **Web**, **World Wide Web**, **the Web** -- note Web is always - capitalized when referring to the World Wide Web. +* **the web**, **web framework** -- it's not capitalized. * **website** -- use one word, without capitalization. diff --git a/docs/internals/organization.txt b/docs/internals/organization.txt index 9260077cb1..8b908c29c7 100644 --- a/docs/internals/organization.txt +++ b/docs/internals/organization.txt @@ -7,7 +7,7 @@ Principles The Django Project is managed by a team of volunteers pursuing three goals: -- Driving the development of the Django Web Framework, +- Driving the development of the Django web framework, - Fostering the ecosystem of Django-related software, - Leading the Django community in accordance with the values described in the `Django Code of Conduct`_. @@ -132,7 +132,7 @@ Role The technical board is a group of experienced and active committers who steer technical choices. Their main concern is to maintain the quality and stability -of the Django Web Framework. +of the Django web framework. Prerogatives ------------ |
