diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2017-10-31 03:47:09 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-10-30 21:47:27 -0400 |
| commit | 8a6392e4c69fa6e51005d29ed8c0898e47ca0065 (patch) | |
| tree | e47a479a255e21884159d1aa4bb700581baf4667 /docs/ref/utils.txt | |
| parent | f2d5417d3b7a4012298fcffc6eab618cc09d0344 (diff) | |
[2.0.x] Fixed 'a'/'an' mix-ups in docs.
Backport of 617686e226231fe8ad3f2e49d3efabf6f5f434d3 from master
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 2e67a1ea68..3047125337 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -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>`. |
