diff options
-rwxr-xr-x | build.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ def write_features(f, feature_data): if data['title'].startswith('the '): data['title'] = data['title'][len('the '):] + data['title'] = data['title'].replace('implementation', 'impl') if key in features: data['title'] = data['flag'].replace('_', ' ') |