diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 09:00:15 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 12:39:50 +0100 |
commit | 6bf08656882fa4c3fc6fe799cc0499d244e6ca5f (patch) | |
tree | 923241f16a6e5c89ba4228cb72bf03d97f4eb0d6 | |
parent | 3268c0c89847cc9fa1eccdcd7eeef1731f3d9a23 (diff) |
html: replace implementation with impl
-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('_', ' ') |