Skip to content

Commit 9240972

Browse files
author
zhe_mstr
committed
fix comments
1 parent 74b85a1 commit 9240972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/convert_title_to_sentence_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# reserved phrases dictionary, key: all lowercase letters, value: correct format
88
reserved_phrases = {
9-
'microstrategy': 'Strategy',
9+
'microstrategy': 'MicroStrategy',
1010
'.microstrategy.': '.microstrategy.',
1111
'microstrategy.': 'microstrategy.',
1212
'microstrategy-rest-api-samples': 'microstrategy-rest-api-samples',

0 commit comments

Comments
 (0)