From 3ed8c83ea1616a4185cb7efe8204a6af02ead251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Mon, 29 Jul 2019 20:33:31 +0200 Subject: [PATCH] Improve wording. "Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear, that arguments have to be integers. --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 270b2386d7161b..7f3e74323a24fe 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -401,7 +401,7 @@ systems. .. class:: date(year, month, day) - All arguments are required. Arguments may be integers, in the following + All arguments are required. Arguments have to be integers in the following ranges: * ``MINYEAR <= year <= MAXYEAR``