diff --git a/README.md b/README.md
index 207ba30e..e82aea00 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
[](https://codecov.io/gh/catchorg/Catch2)
[](https://wandbox.org/permlink/nerce2MiN6sVmfCi)
-The latest version of the single header can be downloaded directly using this link
+The latest version of the single header can be downloaded directly using this link
## Catch2 is released!
diff --git a/scripts/releaseCommon.py b/scripts/releaseCommon.py
index 56c9e0d3..f5efa7ed 100644
--- a/scripts/releaseCommon.py
+++ b/scripts/releaseCommon.py
@@ -80,7 +80,7 @@ class Version:
def updateReadmeFile(version):
import updateWandbox
- downloadParser = re.compile( r'' )
+ downloadParser = re.compile( r'' )
success, wandboxLink = updateWandbox.uploadFiles()
if not success:
print('Error when uploading to wandbox: {}'.format(wandboxLink))
@@ -92,7 +92,7 @@ def updateReadmeFile(version):
f.close()
f = open( readmePath, 'w' )
for line in lines:
- line = downloadParser.sub( r''.format(version.getVersionString()) , line)
+ line = downloadParser.sub( r''.format(version.getVersionString()) , line)
if '[]' in line:
line = '[]({0})'.format(wandboxLink)
f.write( line + "\n" )