Capitalized "Python" in docs and comments.

This commit is contained in:
Jon Dufresne 2018-10-09 06:26:07 -07:00 committed by Tim Graham
parent 31c0348687
commit e90af8bad4
13 changed files with 13 additions and 13 deletions

View file

@ -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, ``[)``.