From f0e05bb7711f3c04a96f3bc924588ecfa838d41d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 24 Nov 2014 12:30:03 -1000 Subject: =?UTF-8?q?link=20datetime=20better=20and=20add=20na=C3=AFve=20to?= =?UTF-8?q?=20spelling=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/hazmat/primitives/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/primitives') diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index d9019cbb..77aa0017 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -729,14 +729,14 @@ X509 .. attribute:: not_before - :type: datetime.datetime + :type: :class:`datetime.datetime` A naïve datetime representing the beginning of the validity period for the certificate in UTC. This value is inclusive. .. attribute:: not_after - :type: datetime.datetime + :type: :class:`datetime.datetime` A naïve datetime representing the end of the validity period for the certificate in UTC. This value is inclusive. -- cgit v1.2.3