@@ -859,8 +859,8 @@ Constructor:
859859
860860 If an argument outside those ranges is given, :exc: `ValueError ` is raised.
861861
862- .. versionadded :: 3.6
863- Added the `` fold `` argument .
862+ .. versionchanged :: 3.6
863+ Added the * fold * parameter .
864864
865865Other constructors, all class methods:
866866
@@ -1258,8 +1258,8 @@ Instance methods:
12581258 :class: `datetime ` objects are also supported by generic function
12591259 :func: `copy.replace `.
12601260
1261- .. versionadded :: 3.6
1262- Added the `` fold `` argument .
1261+ .. versionchanged :: 3.6
1262+ Added the * fold * parameter .
12631263
12641264
12651265.. method :: datetime.astimezone(tz=None)
@@ -1502,8 +1502,8 @@ Instance methods:
15021502 >>> dt.isoformat(timespec='microseconds')
15031503 '2015-01-01T12:30:59.000000'
15041504
1505- .. versionadded :: 3.6
1506- Added the *timespec * argument .
1505+ .. versionchanged :: 3.6
1506+ Added the *timespec * parameter .
15071507
15081508
15091509.. method :: datetime.__str__()
@@ -1839,8 +1839,8 @@ Instance methods:
18391839 :class: `time ` objects are also supported by generic function
18401840 :func: `copy.replace `.
18411841
1842- .. versionadded :: 3.6
1843- Added the `` fold `` argument .
1842+ .. versionchanged :: 3.6
1843+ Added the * fold * parameter .
18441844
18451845
18461846.. method :: time.isoformat(timespec='auto')
@@ -1883,8 +1883,8 @@ Instance methods:
18831883 >>> dt.isoformat(timespec='auto')
18841884 '12:34:56'
18851885
1886- .. versionadded :: 3.6
1887- Added the *timespec * argument .
1886+ .. versionchanged :: 3.6
1887+ Added the *timespec * parameter .
18881888
18891889
18901890.. method :: time.__str__()
0 commit comments