summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/fixnotice.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-25 22:32:56 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-25 22:32:56 (GMT)
commit7c4a7e6f3cbd98ad547a3f1661582517612419e3 (patch)
tree401bde344fe15ab617c9be5c0e6fec7f4363d81f /Tools/scripts/fixnotice.py
parentbf8ab77f940013e42f7b9af5b4fd2100238f389b (diff)
downloadcpython-7c4a7e6f3cbd98ad547a3f1661582517612419e3.zip
cpython-7c4a7e6f3cbd98ad547a3f1661582517612419e3.tar.gz
cpython-7c4a7e6f3cbd98ad547a3f1661582517612419e3.tar.bz2
#18803: fix more typos. Patch by Févry Thibault.
Diffstat (limited to 'Tools/scripts/fixnotice.py')
-rwxr-xr-xTools/scripts/fixnotice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/fixnotice.py b/Tools/scripts/fixnotice.py
index aac8697..ad967f9 100755
--- a/Tools/scripts/fixnotice.py
+++ b/Tools/scripts/fixnotice.py
@@ -2,7 +2,7 @@
"""(Ostensibly) fix copyright notices in files.
-Actually, this sript will simply replace a block of text in a file from one
+Actually, this script will simply replace a block of text in a file from one
string to another. It will only do this once though, i.e. not globally
throughout the file. It writes a backup file and then does an os.rename()
dance for atomicity.