mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Capitalized "Python" in docs and comments.
This commit is contained in:
parent
31c0348687
commit
e90af8bad4
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