Skip to content

Commit d71da67

Browse files
committed
Modern -> modern
1 parent 4714ed2 commit d71da67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-tutorial/running-async-functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ wrap ``f()`` in a task at all here, but it was included just to show that
120120
it works).
121121

122122
.. note:: The ``create_task()`` API is useful to understand concurrency
123-
features in Modern JavaScript, or *vice-versa* if you're coming to
123+
features in modern JavaScript, or *vice-versa* if you're coming to
124124
Python from the context of JavaScript. JS also has ``async``
125125
and ``await`` keywords, and they work *almost* exactly the same as
126126
described in this Python tutorial! There is however one big

0 commit comments

Comments
 (0)