aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r--python/servo/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py
index ce959f48c7c..9e5fcbc1440 100644
--- a/python/servo/bootstrap.py
+++ b/python/servo/bootstrap.py
@@ -391,7 +391,7 @@ def get_linux_distribution():
else:
raise Exception('unsupported version of %s: %s' % (distro, version))
distro, version = 'Ubuntu', base_version
- #fixme: we should allow checked/supported versions only
+ # Fixme: we should allow checked/supported versions only
elif distro.lower() not in [
'centos',
'centos linux',