From 525ecebccdab3b9bc7c385151d05b09e0690e424 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 15 Feb 2024 23:32:33 -0700 Subject: [PATCH] typo --- docs/source/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/options.rst b/docs/source/options.rst index 0b519c23..f1cf094a 100644 --- a/docs/source/options.rst +++ b/docs/source/options.rst @@ -515,7 +515,7 @@ including a ``'+'`` symbol. Note that both :class:`float` ``nan`` and :class:`float` ``0`` have sign bits which may be positive or negative. -:mod:`sciform` always ignores these sign bits and number puts a ``+`` or +:mod:`sciform` always ignores these sign bits and never puts a ``+`` or ``-`` symbol in front of either ``nan`` or ``0``. In ``"+"`` or ``" "`` sign modes ``nan`` and ``0`` are always preceded by a space.