Skip to content

Commit 995420e

Browse files
authored
Merge pull request #1007 from matt-graham/remove-use-of-layman
[MODIFY] Removing use of gendered term layman to 'layperson'
2 parents 43bd83d + 7b8307d commit 995420e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ weight_kg = 60
4242
{: .language-python}
4343

4444
From now on, whenever we use `weight_kg`, Python will substitute the value we assigned to
45-
it. In layman's terms, **a variable is a name for a value**.
45+
it. In layperson's terms, **a variable is a name for a value**.
4646

4747
In Python, variable names:
4848

0 commit comments

Comments
 (0)