diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-10-09 06:26:07 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-10-09 09:26:07 -0400 |
| commit | e90af8bad44341cf8ebd469dac57b61a95667c1d (patch) | |
| tree | 3e38bb6f48d9156a8747f75a33a662d754469817 /docs | |
| parent | 31c03486871f654e576326481a13c78206b11251 (diff) | |
Capitalized "Python" in docs and comments.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.5.txt | 2 | ||||
| -rw-r--r-- | docs/topics/logging.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index bcab67d132..c82fb0adaf 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -621,7 +621,7 @@ start and end timestamps of an event, or the range of ages an activity is suitable for. All of the range fields translate to :ref:`psycopg2 Range objects -<psycopg2:adapt-range>` in python, but also accept tuples as input if no bounds +<psycopg2:adapt-range>` in Python, but also accept tuples as input if no bounds information is necessary. The default is lower bound included, upper bound excluded; that is, ``[)``. diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index 57f14d606a..ed1990e30d 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -668,7 +668,7 @@ Miscellaneous * :func:`~django.utils.http.int_to_base36` properly raises a :exc:`TypeError` instead of :exc:`ValueError` for non-integer inputs. -* The ``slugify`` template filter is now available as a standard python +* The ``slugify`` template filter is now available as a standard Python function at :func:`django.utils.text.slugify`. Similarly, ``remove_tags`` is available at ``django.utils.html.remove_tags()``. diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 0e0700c618..6badc17568 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -148,7 +148,7 @@ by a name. This name is used to identify the logger for configuration purposes. By convention, the logger name is usually ``__name__``, the name of -the python module that contains the logger. This allows you to filter +the Python module that contains the logger. This allows you to filter and handle logging calls on a per-module basis. However, if you have some other way of organizing your logging messages, you can provide any dot-separated name to identify your logger:: |
