Skip to content

Commit 60c98ed

Browse files
committed
Added a blank line after a documentation heading to be consistent with previous documentation heading.
Signed-off-by: Kosta Ilic <kosta.ilic@emerson.com>
1 parent ef1debb commit 60c98ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nitypes/scalar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class Scalar(Generic[TScalar_co]):
4848
4949
Comparing Scalars
5050
^^^^^^^^^^^^^^^^^
51+
5152
You can compare scalar objects using the standard comparison operators as long as their units
5253
are the same and their value types are compatible:
5354
>>> s1 = Scalar(5.0, 'volts')

0 commit comments

Comments
 (0)