[2.0.x] Fixed 'a'/'an' mix-ups in docs.

Backport of 617686e226 from master
This commit is contained in:
Ville Skyttä 2017-10-31 03:47:09 +02:00 committed by Tim Graham
parent f2d5417d3b
commit 8a6392e4c6
5 changed files with 6 additions and 6 deletions

View file

@ -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>`.