Skip to content

Commit 5739aa8

Browse files
committed
consistency
1 parent ed0bea6 commit 5739aa8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

templates/sponsors/admin/contracts/renewal-agreement.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ whose mission is to promote, protect, and advance the Python programming languag
2424
and to support and facilitate the growth of a diverse
2525
and international community of Python programmers (the **"Programs"**);
2626

27+
**WHEREAS**, Sponsor is {{contract.sponsor_info}}; and
28+
2729
**WHEREAS**, Sponsor and the PSF previously entered into a Sponsorship Agreement
2830
with the effective date of the
2931
{{ previous_effective|date:"j" }}{{ previous_effective_english_suffix }} of {{ previous_effective|date:"F Y" }}

templates/sponsors/admin/contracts/sponsorship-agreement.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pagestyle: empty
88

99
**THIS SPONSORSHIP AGREEMENT** (the **"Agreement"**)
1010
is entered into and made effective as of the
11-
{{start_date|time:"d"}}{{start_day_english_suffix}} of {{start_date|time:"B Y"}}
11+
{{start_date|date:"j"}}{{start_day_english_suffix}} of {{start_date|date:"F Y"}}
1212
(the **"Effective Date"**),
1313
by and between the **Python Software Foundation** (the **"PSF"**),
1414
a Delaware nonprofit corporation,
@@ -21,7 +21,8 @@ referred to as a **"Party"** and collectively as the **"Parties"**.
2121

2222
**WHEREAS**, the PSF is a tax-exempt charitable organization (EIN 04-3594598)
2323
whose mission is to promote, protect, and advance the Python programming language,
24-
and to support and facilitate the growth of a diverse and international community of Python programmers (the **"Programs"**);
24+
and to support and facilitate the growth of a diverse
25+
and international community of Python programmers (the **"Programs"**);
2526

2627
**WHEREAS**, Sponsor is {{contract.sponsor_info}}; and
2728

0 commit comments

Comments
 (0)