diff options
author | redshiftzero <jen@redshiftzero.com> | 2019-05-09 19:13:40 (GMT) |
---|---|---|
committer | Kushal Das <mail@kushaldas.in> | 2019-05-09 19:13:39 (GMT) |
commit | 3b2f9ab31db81405650325920465378532ab2d78 (patch) | |
tree | ea729b4a1024088c98da5c980876bd6b3075ac76 /Doc/howto | |
parent | 0613c1e481440aa8f54ba7f6056924c175fbcc13 (diff) | |
download | cpython-3b2f9ab31db81405650325920465378532ab2d78.zip cpython-3b2f9ab31db81405650325920465378532ab2d78.tar.gz cpython-3b2f9ab31db81405650325920465378532ab2d78.tar.bz2 |
doc: fix broken link on howto/unicode page (#13160)
Thank you @redshiftzero on the first PR :clap:
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 5339bf4..7b2d7b8 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -157,7 +157,7 @@ difficult reading. `A chronology <http://www.unicode.org/history/>`_ of the origin and development of Unicode is also available on the site. On the Computerphile Youtube channel, Tom Scott briefly -`discusses the history of Unicode and UTF-8 <https://www.youtube.com/watch?v=MijmeoH9LT4>` +`discusses the history of Unicode and UTF-8 <https://www.youtube.com/watch?v=MijmeoH9LT4>`_ (9 minutes 36 seconds). To help understand the standard, Jukka Korpela has written `an introductory |