@@ -1186,25 +1186,24 @@ functions.
1186
1186
| | with *filename * or *stream * - if both |
1187
1187
| | are present, a ``ValueError `` is raised. |
1188
1188
+--------------+---------------------------------------------+
1189
- | `` force `` | If this keyword argument is specified as |
1189
+ | * force * | If this keyword argument is specified as |
1190
1190
| | true, any existing handlers attached to the |
1191
1191
| | root logger are removed and closed, before |
1192
1192
| | carrying out the configuration as specified |
1193
1193
| | by the other arguments. |
1194
1194
+--------------+---------------------------------------------+
1195
1195
1196
- .. versionchanged :: 3.8
1197
- The ``force `` argument was added.
1198
-
1199
1196
.. versionchanged :: 3.2
1200
- The `` style `` argument was added.
1197
+ The * style * argument was added.
1201
1198
1202
1199
.. versionchanged :: 3.3
1203
- The `` handlers `` argument was added. Additional checks were added to
1200
+ The * handlers * argument was added. Additional checks were added to
1204
1201
catch situations where incompatible arguments are specified (e.g.
1205
- `` handlers `` together with `` stream `` or `` filename `` , or `` stream ``
1206
- together with `` filename `` ).
1202
+ * handlers * together with * stream * or * filename * , or * stream *
1203
+ together with * filename * ).
1207
1204
1205
+ .. versionchanged :: 3.8
1206
+ The *force * argument was added.
1208
1207
1209
1208
.. function :: shutdown()
1210
1209
0 commit comments