From 0597e6d926a6a1aa38a946ad6e8fbc550484a69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Tue, 9 Jan 2024 09:04:29 +0100 Subject: [PATCH] DOC: minor fixes to astropy.time's docs --- docs/time/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/time/index.rst b/docs/time/index.rst index 81f643979a6..4a824898ae7 100644 --- a/docs/time/index.rst +++ b/docs/time/index.rst @@ -487,9 +487,9 @@ Some arithmetic methods are supported as well: :meth:`~astropy.time.Time.min`, To apply arithmetic methods to |Time| instances:: - >> t.max() + >>> t.max()