Skip to content

Commit 33dccf7

Browse files
committed
framework -> library
1 parent f0fd4a8 commit 33dccf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/get-involved.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function GetInvolved() {
66
<div className={styles.getinvolved}>
77
<div className={styles.card}>
88
<div className={styles.label}>Get Involved</div>
9-
Join the global team behind the most popular Python game framework. Ranging from documentation revisions to
9+
Join the global team behind the most popular Python game library. Ranging from documentation revisions to
1010
introducing new features to the pygame API.
1111
<div style={{ display: 'flex', marginTop: '10px' }}>
1212
<Button text="GitHub" fontSize="1.2rem" link="https://github.com/pygame-community" />

src/components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Hero() {
1010
</u>{' '}
1111
Python
1212
</p>
13-
<p className={styles.frameworkgradient}>game framework</p>
13+
<p className={styles.frameworkgradient}>game library</p>
1414
<p>to build powerful games</p>
1515
<div className={styles.pipinstallcontainer}>
1616
<p className={styles.pipinstall}>$ pip install pygame-ce</p>

0 commit comments

Comments
 (0)