From e90af8bad44341cf8ebd469dac57b61a95667c1d Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 9 Oct 2018 06:26:07 -0700 Subject: Capitalized "Python" in docs and comments. --- docs/ref/contrib/postgres/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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 -` in python, but also accept tuples as input if no bounds +` 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, ``[)``. -- cgit v1.3