summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-25 09:29:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-25 09:29:53 (GMT)
commite6efbdc94760ba0ca410d037b55ac32020de5cb2 (patch)
treed5919e4024b811def3c603ec19ad30f2d6295ee5
parente91829c7ce621d4ee79e0a66c23519078549caea (diff)
parent410d77f230078900371d67eaec9ce190a67828ee (diff)
downloadcpython-e6efbdc94760ba0ca410d037b55ac32020de5cb2.zip
cpython-e6efbdc94760ba0ca410d037b55ac32020de5cb2.tar.gz
cpython-e6efbdc94760ba0ca410d037b55ac32020de5cb2.tar.bz2
Remove UTF-8 BOMs.
-rw-r--r--Doc/tutorial/introduction.rst2
-rw-r--r--Misc/NEWS2
2 files changed, 2 insertions, 2 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
diff --git a/Misc/NEWS b/Misc/NEWS
index 68fe3c1..a50d0d9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
Python News
+++++++++++