summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-25 12:27:39 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-25 12:27:39 +0300
commit410d77f230078900371d67eaec9ce190a67828ee (patch)
tree4e25fc311bbd2caa5ad0416c550af0c512394994
parenta6f6a68368012bf043d560362ff614c930473736 (diff)
downloadcpython-git-410d77f230078900371d67eaec9ce190a67828ee.tar.gz
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 c073816d66..531d06b4cb 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 5a375eb833..74c9114d92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
Python News
+++++++++++