Skip to content

Commit d53484c

Browse files
committed
Python Core Devs -> Team
1 parent eed7a6f commit d53484c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

by-year.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<title>Python Core Devs</title>
4+
<title>Python Core Team</title>
55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />

by-year.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function convertDataToArray(countsPerYear) {
2727
year,
2828
counts.joins,
2929
]);
30-
countsPerYearArray.unshift(["Year", "New core devs"]);
30+
countsPerYearArray.unshift(["Year", "New team members"]);
3131
return countsPerYearArray;
3232
}
3333

current.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<title>Python Core Devs</title>
4+
<title>Python Core Team</title>
55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />

former.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<title>Python Core Devs</title>
4+
<title>Python Core Team</title>
55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<title>Python Core Devs</title>
4+
<title>Python Core Team</title>
55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />

0 commit comments

Comments
 (0)