Skip to content

Commit 0887329

Browse files
DjangoFettBethanyG
andcommitted
Update concepts/numbers/introduction.md
applying grammar suggestion Co-authored-by: BethanyG <[email protected]>
1 parent d640f52 commit 0887329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/numbers/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To convert a float to an integer, you can use `int()`. Also, to convert an integ
7676

7777
## Underscores in Numeric Literals
7878

79-
As of Python 3.6, python supports the use of underscores in numerical literals to improve readability:
79+
As of version 3.6, Python supports the use of underscores in numerical literals to improve readability:
8080
```python
8181
# A float with underscores
8282
>>> dollars = 35_000_000.0

0 commit comments

Comments
 (0)