summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-12-01 04:56:17 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-12-01 04:56:17 (GMT)
commit992bfe093ee17234d836b0ebc1d3a0d691c3fb32 (patch)
tree807d3ad4f5da29ed0e1642e80f005a34bfc849b1 /Doc
parenta8d83f5fc99402c8d248242a1c156dabf5aa8168 (diff)
downloadcpython-992bfe093ee17234d836b0ebc1d3a0d691c3fb32.zip
cpython-992bfe093ee17234d836b0ebc1d3a0d691c3fb32.tar.gz
cpython-992bfe093ee17234d836b0ebc1d3a0d691c3fb32.tar.bz2
Issue #25767: Link to English Wikipedia instead of French.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-eventloops.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloops.rst b/Doc/library/asyncio-eventloops.rst
index 48825b2..f42f65a 100644
--- a/Doc/library/asyncio-eventloops.rst
+++ b/Doc/library/asyncio-eventloops.rst
@@ -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>`.