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
660660< TD > = < D/ DTn> - < D/ DTn> # Ignores jumps. Convert to UTC for actual delta.
661661< TD > = < DTa> - < DTa> # Ignores time jumps if they share tzinfo object.
662662< 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>.
664664< float > = < TD > / < TD > # How many weeks/years there are in TD. Also //.
665665```
666666
Original file line number Diff line number Diff line change 579579<TD> = <D/DTn> - <D/DTn> < span class ="hljs-comment "> # Ignores jumps. Convert to UTC for actual delta.</ span >
580580<TD> = <DTa> - <DTa> < span class ="hljs-comment "> # Ignores time jumps if they share tzinfo object.</ span >
581581<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 >
583583<float> = <TD> / <TD> < span class ="hljs-comment "> # How many weeks/years there are in TD. Also //.</ span >
584584</ code > </ pre > </ div >
585585
You can’t perform that action at this time.
0 commit comments