Skip to content

Commit 47ec07e

Browse files
committed
correct GitHub case
1 parent 21551ba commit 47ec07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/3-report/github_report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
LOGGER, PATHS = shared.setup(__file__)
2828
QUARTER = os.path.basename(PATHS["data_quarter"])
2929
SECTION_FILE = Path(__file__).name
30-
SECTION_TITLE = "Github"
30+
SECTION_TITLE = "GitHub"
3131

3232

3333
def parse_arguments():
@@ -122,7 +122,7 @@ def github_intro(args):
122122
" many more use a non-CC use a Public domain"
123123
" equivalent legal tools.\n"
124124
"\n"
125-
" The Github data showcases the different level of"
125+
" The GitHub data showcases the different level of"
126126
" rights reserved on repositories We have Public"
127127
" domain which includes works released under CC0, 0BSD and Unlicense"
128128
" meaning developers have waived all their rights to a software."

0 commit comments

Comments
 (0)