diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-12-01 04:57:22 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-12-01 04:57:22 (GMT) |
commit | df144092a340381c1916e5f2e0897f441d3f2439 (patch) | |
tree | 1faa11370f00c89cfc02d6527935903e8515c4bb /Doc | |
parent | 723e296b3bd10592f9b916d47c74feb322946c67 (diff) | |
parent | ee1a0e4b8c5e271ed023ba1c795715695d912194 (diff) | |
download | cpython-df144092a340381c1916e5f2e0897f441d3f2439.zip cpython-df144092a340381c1916e5f2e0897f441d3f2439.tar.gz cpython-df144092a340381c1916e5f2e0897f441d3f2439.tar.bz2 |
Closes #25767: Merge with 3.5
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/asyncio-eventloops.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloops.rst b/Doc/library/asyncio-eventloops.rst index b2e7d7c..fc58992 100644 --- a/Doc/library/asyncio-eventloops.rst +++ b/Doc/library/asyncio-eventloops.rst @@ -107,7 +107,7 @@ Common limits of Windows event loops: The resolution of the monotonic clock on Windows is usually around 15.6 msec. The best resolution is 0.5 msec. The resolution depends on the hardware (availability of `HPET -<http://fr.wikipedia.org/wiki/High_Precision_Event_Timer>`_) and on the Windows +<http://en.wikipedia.org/wiki/High_Precision_Event_Timer>`_) and on the Windows configuration. See :ref:`asyncio delayed calls <asyncio-delayed-calls>`. .. versionchanged:: 3.5 |