Skip to content

Commit

Permalink
fixed typos in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fredpy committed May 31, 2016
1 parent 6050ed3 commit 26e7600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trex/python/agent_decls.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ void export_agent() {
make_constructor(&fast_clock_init,
default_call_policies(),
args(/*"self",*/ "clk", "epoch", "seconds")),
"Create a fast clock using the clock clk with epochs as a simulated\n"
"start date and seconds as a simulated period.\n"
"Create a fast clock using the clock clk with epoch as a simulated\n"
"start date (ie the inital tick) and seconds as a simulated period.\n"
"Note: epoch is a string representing a date in ISO 8601 format.\n"
" for example \'2016-05-31T20:10:05+00:00\'")
;
Expand Down

0 comments on commit 26e7600

Please sign in to comment.