From 0c88f1965fe7d9e37bf49e7428b9c1ce3917fecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=B3=E9=98=B3?= <260893248@qq.com> Date: Tue, 14 Nov 2017 09:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=91=E4=BC=BC=E6=98=AF=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=94=A8=E8=AF=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 疑似是一个用词错误,不过我没看过英文原文,所以只是猜测。 --- source/c03/p12_convert_days_to_seconds_and_others.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/c03/p12_convert_days_to_seconds_and_others.rst b/source/c03/p12_convert_days_to_seconds_and_others.rst index 0847870..a8d69bb 100644 --- a/source/c03/p12_convert_days_to_seconds_and_others.rst +++ b/source/c03/p12_convert_days_to_seconds_and_others.rst @@ -68,7 +68,7 @@ ---------- 讨论 ---------- -对大多数基本的日期和时间处理问题, ``datetime`` 模块以及足够了。 +对大多数基本的日期和时间处理问题, ``datetime`` 模块已经足够了。 如果你需要执行更加复杂的日期操作,比如处理时区,模糊时间范围,节假日计算等等, 可以考虑使用 `dateutil模块 `_