File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -660,7 +660,7 @@ from dateutil.tz import tzlocal, gettz
660
660
< TD > = < D/ DTn> - < D/ DTn> # Ignores jumps. Convert to UTC for actual delta.
661
661
< TD > = < DTa> - < DTa> # Ignores time jumps if they share tzinfo object.
662
662
< D/ DT > = < D/ DT > ± < TD > # Returned datetime can fall into missing hour.
663
- < TD > = < TD > * < int / float > # Also: <TD> = abs(<TD>) and <TD> = <TD> ±% <TD>.
663
+ < TD > = < TD > * < float > # Also: <TD> = abs(<TD>) and <TD> = <TD> ±% <TD>.
664
664
< float > = < TD > / < TD > # How many weeks/years there are in TD. Also //.
665
665
```
666
666
Original file line number Diff line number Diff line change 579
579
<TD> = <D/DTn> - <D/DTn> < span class ="hljs-comment "> # Ignores jumps. Convert to UTC for actual delta.</ span >
580
580
<TD> = <DTa> - <DTa> < span class ="hljs-comment "> # Ignores time jumps if they share tzinfo object.</ span >
581
581
<D/DT> = <D/DT> ± <TD> < span class ="hljs-comment "> # Returned datetime can fall into missing hour.</ span >
582
- <TD> = <TD> * <int/ float> < span class ="hljs-comment "> # Also: <TD> = abs(<TD>) and <TD> = <TD> ±% <TD>.</ span >
582
+ <TD> = <TD> * <float> < span class ="hljs-comment "> # Also: <TD> = abs(<TD>) and <TD> = <TD> ±% <TD>.</ span >
583
583
<float> = <TD> / <TD> < span class ="hljs-comment "> # How many weeks/years there are in TD. Also //.</ span >
584
584
</ code > </ pre > </ div >
585
585
You can’t perform that action at this time.
0 commit comments