diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-25 09:29:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-25 09:29:53 (GMT) |
commit | e6efbdc94760ba0ca410d037b55ac32020de5cb2 (patch) | |
tree | d5919e4024b811def3c603ec19ad30f2d6295ee5 /Doc | |
parent | e91829c7ce621d4ee79e0a66c23519078549caea (diff) | |
parent | 410d77f230078900371d67eaec9ce190a67828ee (diff) | |
download | cpython-e6efbdc94760ba0ca410d037b55ac32020de5cb2.zip cpython-e6efbdc94760ba0ca410d037b55ac32020de5cb2.tar.gz cpython-e6efbdc94760ba0ca410d037b55ac32020de5cb2.tar.bz2 |
Remove UTF-8 BOMs.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tutorial/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst index c073816..531d06b 100644 --- a/Doc/tutorial/introduction.rst +++ b/Doc/tutorial/introduction.rst @@ -1,4 +1,4 @@ -.. _tut-informal: +.. _tut-informal: ********************************** An Informal Introduction to Python |