Skip to content

Commit a8d68af

Browse files
committed
Sphinx doesn't like my docstring?
Is this why?
1 parent 041ed76 commit a8d68af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HARK/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ class AgentType(Model):
819819
can be created even if not all of its attributes can be constructed.
820820
use_defaults : bool
821821
Indicator for whether this instance should use the values in the class'
822-
default_ dictionary to fill in parameters and constructors for those not
822+
default dictionary to fill in parameters and constructors for those not
823823
provided by the user (default True). Setting this to False is useful for
824824
situations where the user wants to be absolutely sure that they know what
825825
is being passed to the class initializer, without resorting to defaults.

0 commit comments

Comments
 (0)