From 2bbcb024c7f07c550f917da1c4d4158f8388e851 Mon Sep 17 00:00:00 2001 From: Chris Lasher Date: Fri, 27 Sep 2013 14:05:28 -0700 Subject: [PATCH] Fixes broken link to unicode frustrations. --- docs/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index cc38e7f9..ce5e0b8f 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -31,7 +31,7 @@ language and better set of standard libraries than Python 2.x in almost every way. See `this page -`_ +`_ describing some of the problems with handling Unicode on Python 2 that Python 3 mostly solves. Python 3 is also cleaner, less warty, and easier to learn than Python 2.