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:09 -0400 |
| commit | 617686e226231fe8ad3f2e49d3efabf6f5f434d3 (patch) | |
| tree | b32b79a90056b10288aaa79f3aaaa9dc7810af11 /docs/ref | |
| parent | fcfcf8aae470d893b0d2ef176434461edf9e9c4d (diff) | |
Fixed 'a'/'an' mix-ups in docs.
Diffstat (limited to 'docs/ref')
| -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 9112cd4ff9..b6595ee293 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -966,7 +966,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>`. |
