We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21551ba commit 47ec07eCopy full SHA for 47ec07e
scripts/3-report/github_report.py
@@ -27,7 +27,7 @@
27
LOGGER, PATHS = shared.setup(__file__)
28
QUARTER = os.path.basename(PATHS["data_quarter"])
29
SECTION_FILE = Path(__file__).name
30
-SECTION_TITLE = "Github"
+SECTION_TITLE = "GitHub"
31
32
33
def parse_arguments():
@@ -122,7 +122,7 @@ def github_intro(args):
122
" many more use a non-CC use a Public domain"
123
" equivalent legal tools.\n"
124
"\n"
125
- " The Github data showcases the different level of"
+ " The GitHub data showcases the different level of"
126
" rights reserved on repositories We have Public"
127
" domain which includes works released under CC0, 0BSD and Unlicense"
128
" meaning developers have waived all their rights to a software."
0 commit comments