diff --git a/README.md b/README.md index 9e0d6ce..0bec0a9 100644 --- a/README.md +++ b/README.md @@ -650,10 +650,10 @@ from dateutil.tz import UTC, tzlocal, gettz ### Arithmetics ```python + = - = ± = ± = */ - = / ``` diff --git a/index.html b/index.html index e16df5e..8882b9f 100644 --- a/index.html +++ b/index.html @@ -694,10 +694,10 @@ shuffle(<list>)
  • When parsing, '%z' also accepts '±HH:MM'.
  • For abbreviated weekday and month use '%a' and '%b'.
  • -

    Arithmetics

    <D/DT>   = <D/DT> ±  <TD>
    +

    Arithmetics

    <TD>     = <D/DT> -  <D/DT>
    +<D/DT>   = <D/DT> ±  <TD>
     <TD>     = <TD>   ±  <TD>
     <TD>     = <TD>   */ <real>
    -<float>  = <TD>   /  <TD>
     

    #Arguments

    Inside Function Call

    <function>(<positional_args>)                  # f(0, 0)