Skip to content

Commit 26e7600

Browse files
committed
fixed typos in docstring
1 parent 6050ed3 commit 26e7600

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trex/python/agent_decls.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ void export_agent() {
152152
make_constructor(&fast_clock_init,
153153
default_call_policies(),
154154
args(/*"self",*/ "clk", "epoch", "seconds")),
155-
"Create a fast clock using the clock clk with epochs as a simulated\n"
156-
"start date and seconds as a simulated period.\n"
155+
"Create a fast clock using the clock clk with epoch as a simulated\n"
156+
"start date (ie the inital tick) and seconds as a simulated period.\n"
157157
"Note: epoch is a string representing a date in ISO 8601 format.\n"
158158
" for example \'2016-05-31T20:10:05+00:00\'")
159159
;

0 commit comments

Comments
 (0)