Skip to content

Commit 243cf6b

Browse files
committed
whitespace
1 parent 4ad4c69 commit 243cf6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

camb/baseconfig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,10 +685,10 @@ class F2003Class(CAMB_Structure):
685685

686686
__slots__ = ()
687687

688-
# _fields_ store ctypes fields, but here overridden
688+
# _fields_ store ctypes fields, but here overridden
689689
_fields_: list[tuple[str, type] | tuple[str, type, str]]
690690

691-
# _methods_ for calling fortran functions name, arguments and optional return value
691+
# _methods_ for calling fortran functions name, arguments and optional return value
692692
_methods_: list[tuple[str, list, type] | tuple[str, list]]
693693

694694
# pointer to fortran class; generated once per instance using _fortran_selfpointer_function then replaced with

0 commit comments

Comments
 (0)