]> granicus.if.org Git - python/commitdiff
Issue #25767: Link to English Wikipedia instead of French.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 1 Dec 2015 04:56:17 +0000 (22:56 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 1 Dec 2015 04:56:17 +0000 (22:56 -0600)
Doc/library/asyncio-eventloops.rst

index 48825b2956022bea73c7c1758c3d121437f08529..f42f65a796720b9d1f07b4181a7c8afcbd96168c 100644 (file)
@@ -109,7 +109,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>`.