mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
[2.0.x] Fixed 'a'/'an' mix-ups in docs.
Backport of 617686e226
from master
This commit is contained in:
parent
f2d5417d3b
commit
8a6392e4c6
5 changed files with 6 additions and 6 deletions
|
@ -993,7 +993,7 @@ appropriate entities.
|
|||
|
||||
.. function:: make_naive(value, timezone=None)
|
||||
|
||||
Returns an naive :class:`~datetime.datetime` that represents in
|
||||
Returns a naive :class:`~datetime.datetime` that represents in
|
||||
``timezone`` the same point in time as ``value``, ``value`` being an
|
||||
aware :class:`~datetime.datetime`. If ``timezone`` is set to ``None``, it
|
||||
defaults to the :ref:`current time zone <default-current-time-zone>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue