We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187afb5 commit c56e047Copy full SHA for c56e047
src/compas_fab/robots/time_.py
@@ -8,10 +8,9 @@
8
9
10
class Duration(object):
11
- """Duration consists of two values: seconds (float) and nanoseconds (int).
12
-
+ """Duration consists of two values: seconds (float) and nanoseconds (int).
13
The total number of seconds is the sum of these values.
14
- The decimal portion of the secs variable is converted to an integer and added to nsecs.
+ The decimal portion of the secs variable is converted to an integer and added to nsecs.
15
16
Attributes
17
----------
0 commit comments