Skip to content

Commit d00cae9

Browse files
committed
Fix typo in a couple qgs docstrings (replace Arg: with Args:)
1 parent 6b61598 commit d00cae9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dabench/data/_qgs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def rhs(self,
123123
) -> np.ndarray:
124124
"""Vector field (tendencies) of qgs system
125125
126-
Arg:
126+
Args:
127127
x: State vector, shape: (system_dim)
128128
t: times vector. Required as argument slot for some numerical
129129
integrators but unused.
@@ -142,7 +142,7 @@ def Jacobian(self,
142142
) -> np.ndarray:
143143
"""Jacobian of the qgs system
144144
145-
Arg:
145+
Args:
146146
x: State vector, shape: (system_dim)
147147
t: times vector. Required as argument slot for some numerical
148148
integrators but unused.

0 commit comments

Comments
 (0)