@@ -856,8 +856,8 @@ Constructor:
856856
857857 If an argument outside those ranges is given, :exc: `ValueError ` is raised.
858858
859- .. versionadded :: 3.6
860- Added the `` fold `` argument .
859+ .. versionchanged :: 3.6
860+ Added the * fold * parameter .
861861
862862Other constructors, all class methods:
863863
@@ -1252,8 +1252,8 @@ Instance methods:
12521252 ``tzinfo=None `` can be specified to create a naive datetime from an aware
12531253 datetime with no conversion of date and time data.
12541254
1255- .. versionadded :: 3.6
1256- Added the `` fold `` argument .
1255+ .. versionchanged :: 3.6
1256+ Added the * fold * parameter .
12571257
12581258
12591259.. method :: datetime.astimezone(tz=None)
@@ -1496,8 +1496,8 @@ Instance methods:
14961496 >>> dt.isoformat(timespec='microseconds')
14971497 '2015-01-01T12:30:59.000000'
14981498
1499- .. versionadded :: 3.6
1500- Added the *timespec * argument .
1499+ .. versionchanged :: 3.6
1500+ Added the *timespec * parameter .
15011501
15021502
15031503.. method :: datetime.__str__()
@@ -1830,8 +1830,8 @@ Instance methods:
18301830 ``tzinfo=None `` can be specified to create a naive :class: `.time ` from an
18311831 aware :class: `.time `, without conversion of the time data.
18321832
1833- .. versionadded :: 3.6
1834- Added the `` fold `` argument .
1833+ .. versionchanged :: 3.6
1834+ Added the * fold * parameter .
18351835
18361836
18371837.. method :: time.isoformat(timespec='auto')
@@ -1874,8 +1874,8 @@ Instance methods:
18741874 >>> dt.isoformat(timespec='auto')
18751875 '12:34:56'
18761876
1877- .. versionadded :: 3.6
1878- Added the *timespec * argument .
1877+ .. versionchanged :: 3.6
1878+ Added the *timespec * parameter .
18791879
18801880
18811881.. method :: time.__str__()
0 commit comments