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 20:50:31 -0400 |
| commit | ec0803b1be161afe4db41d152fe6ed11eb6ff69c (patch) | |
| tree | ee560b975a460ebfb788feb6c421b32c961bb4d0 /docs/ref | |
| parent | d1b25a64c21bd3649122dc991badf635e00dd2ae (diff) | |
[2.1.x] Capitalized "Python" in docs and comments.
Backport of e90af8bad44341cf8ebd469dac57b61a95667c1d from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index 0cac299f8d..256a441f16 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, ``[)``. |
