mirror of
https://github.com/django/django.git
synced 2025-08-08 12:58:37 +00:00
[2.1.x] Capitalized "Python" in docs and comments.
Backport of e90af8bad4
from master.
This commit is contained in:
parent
d1b25a64c2
commit
ec0803b1be
13 changed files with 13 additions and 13 deletions
|
@ -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, ``[)``.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue