Skip to content

Commit 1a0ebd9

Browse files
authored
Merge branch 'main' into ziplongest_ft
2 parents ac98683 + 4e96282 commit 1a0ebd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Running Tasks Concurrently
557557
provides stronger safety guarantees than *gather* for scheduling a nesting of subtasks:
558558
if a task (or a subtask, a task scheduled by a task)
559559
raises an exception, *TaskGroup* will, while *gather* will not,
560-
cancel the remaining scheduled tasks).
560+
cancel the remaining scheduled tasks.
561561

562562
.. _asyncio_example_gather:
563563

Lib/annotationlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ def get_annotations(
919919
does not exist, the __annotate__ function is called. The
920920
FORWARDREF format uses __annotations__ if it exists and can be
921921
evaluated, and otherwise falls back to calling the __annotate__ function.
922-
The SOURCE format tries __annotate__ first, and falls back to
922+
The STRING format tries __annotate__ first, and falls back to
923923
using __annotations__, stringified using annotations_to_string().
924924
925925
This function handles several details for you:

Tools/requirements-hypothesis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Requirements file for hypothesis that
22
# we use to run our property-based tests in CI.
33

4-
hypothesis==6.135.26
4+
hypothesis==6.151.9

0 commit comments

Comments
 (0)