Skip to content

Commit 2257471

Browse files
committed
fix default_scitype_level docstring (formatting)
1 parent 618bb4c commit 2257471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/machines.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## SCITYPE CHECK LEVEL
22

33
"""
4-
default_scitype_check_level()
4+
default_scitype_check_level()
55
66
Return the current global default value for scientific type checking
77
when constructing machines.
88
9-
default_scitype_check_level(i::Integer)
9+
default_scitype_check_level(i::Integer)
1010
1111
Set the global default value for scientific type checking to `i`.
1212

0 commit comments

Comments
 (0)