Skip to content

Commit 9d0ec5f

Browse files
Sims: Fix more type hints
1 parent 011e526 commit 9d0ec5f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/sims.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,9 @@ Reinitialize an existing :any:`{0}` object.
597597
This function re-initializes a :any:`{0}` instance to be in the same state as
598598
*that*.
599599
600+
:param that: The instance use for reinitialization.
601+
:type that: {0}
602+
600603
:returns: The re-initialized object.
601604
:rtype: {0}
602605
)pbdoc",

0 commit comments

Comments
 (0)