cpython (3.4): Issue #25767: Link to English Wikipedia instead of French.
https://hg.python.org/cpython/rev/f475379bf22c changeset: 99403:f475379bf22c branch: 3.4 parent: 99400:65a23d24fd12 user: Zachary Ware <zachary.ware@gmail.com> date: Mon Nov 30 22:56:17 2015 -0600 summary: Issue #25767: Link to English Wikipedia instead of French. files: 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 --- a/Doc/library/asyncio-eventloops.rst +++ b/Doc/library/asyncio-eventloops.rst @@ -109,7 +109,7 @@ 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>`. -- Repository URL: https://hg.python.org/cpython
participants (1)
-
zach.ware