Skip to content

Commit 7c32613

Browse files
committed
update overview and plot description wording
1 parent 51c0ece commit 7c32613

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

scripts/3-report/wikipedia_report.py

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ def wikipedia_intro(args):
101101
None,
102102
None,
103103
"This report provides insights into the usage of the Creative Commons"
104-
" Attribution 4.0 International across the different language edition"
105-
" of Wikipedia. The wikipedia data, below, uses the `Count` field from"
104+
" Attribution 4.0 International across the different language editions"
105+
" of Wikipedia. The Wikipedia data, below, uses the `Count` field from"
106106
" the Wikipedia API to quantify the number of articles in"
107107
" each language edition of Wikipedia."
108108
"\n"
@@ -111,11 +111,11 @@ def wikipedia_intro(args):
111111
f" {total_articles:,}. The top 10 languages account for"
112112
f" {top10_articles:,} articles, which is"
113113
f" {top10_percentage:,.2f}% of the total articles."
114-
f" The average number of articles per language is"
114+
" The average number of articles per language is"
115115
f" {average_articles:,.2f}.**"
116116
"\n"
117-
"Thank you to Wikipedia and the Wikimedia Foundation for"
118-
" making this data publicly available!",
117+
"Thank you to the volunteers who curate this data and the Wikimedia"
118+
" Foundation for making it publicly available!",
119119
)
120120

121121

@@ -157,10 +157,9 @@ def plot_language_representation(args):
157157
SECTION,
158158
title,
159159
image_path,
160-
"Plots showing the language representation"
161-
" across different language editions of Wikipedia."
162-
" This shows how many languages are underrepresented"
163-
" (below average number of articles) versus"
160+
"Plots showing the language representation across different language"
161+
" editions of Wikipedia. This shows how many languages are"
162+
" underrepresented (below average number of articles) versus"
164163
" represented (above average number of articles).",
165164
)
166165

@@ -203,11 +202,8 @@ def plot_highest_language_usage(args):
203202
SECTION,
204203
title,
205204
image_path,
206-
"Plots showing the most represented language usage"
207-
" across different language editions of Wikipedia."
208-
" This shows which languages have the most articles"
209-
" under CC BY-SA 4.0 in Wikipedia, highlighting languages with higher"
210-
" langauge representation.",
205+
"Plots showing the most represented languages across the different"
206+
"language editions of Wikipedia.",
211207
)
212208

213209

@@ -249,11 +245,8 @@ def plot_least_language_usage(args):
249245
SECTION,
250246
title,
251247
image_path,
252-
"Plots showing the least represented language usage"
253-
" across different language editions of Wikipedia."
254-
" This shows which languages have the least articles"
255-
" under CC BY-SA 4.0 in Wikipedia, highlighting"
256-
" languages with lower content representation.",
248+
"Plots showing the least represented languages across the different"
249+
" language editions of Wikipedia.",
257250
)
258251

259252

0 commit comments

Comments
 (0)