File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ The different font weights and slants are:
38
38
| *family* - font family i.e. Courier, Times
39
39
| *size* - font size
40
40
| If *size* is positive it is interpreted as size in points.
41
- | If *size* is a negative number its absolute value is treated as
42
- as size in pixels.
41
+ | If *size* is a negative number its absolute value is treated
42
+ | as size in pixels.
43
43
| *weight* - font emphasis (NORMAL, BOLD)
44
44
| *slant* - ROMAN, ITALIC
45
45
| *underline* - font underlining (0 - none, 1 - underline)
Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ Removed
887
887
deprecated since 2006, and only returning ``False `` when it's called.
888
888
(Contributed by Batuhan Taskaya in :issue: `40208 `)
889
889
890
- * The :meth: `asyncio.Task.current_task ` and :meth: `asyncio.Task.all_tasks ` have
890
+ * The :meth: `asyncio.Task.current_task ` and :meth: `asyncio.Task.all_tasks `
891
891
have been removed. They were deprecated since Python 3.7 and you can use
892
892
:func: `asyncio.current_task ` and :func: `asyncio.all_tasks ` instead.
893
893
(Contributed by Rémi Lapeyre in :issue: `40967 `)
You can’t perform that action at this time.
0 commit comments