diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-12-01 04:57:01 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-12-01 04:57:01 (GMT) |
commit | ee1a0e4b8c5e271ed023ba1c795715695d912194 (patch) | |
tree | 0b32deec93f1d9eb55fef282ce3b290293cec234 /Doc/library/asyncio-eventloops.rst | |
parent | 1f23e238e8fa1e8968d3b6332b816c15742b2148 (diff) | |
parent | 992bfe093ee17234d836b0ebc1d3a0d691c3fb32 (diff) | |
download | cpython-ee1a0e4b8c5e271ed023ba1c795715695d912194.zip cpython-ee1a0e4b8c5e271ed023ba1c795715695d912194.tar.gz cpython-ee1a0e4b8c5e271ed023ba1c795715695d912194.tar.bz2 |
Issue #25767: Merge with 3.4
Diffstat (limited to 'Doc/library/asyncio-eventloops.rst')
-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 |