Skip to content

Commit

Permalink
Update concepts/fractions/about.md
Browse files Browse the repository at this point in the history
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
  • Loading branch information
colinleach and BethanyG authored Nov 28, 2023
1 parent d927ec0 commit 40976df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concepts/fractions/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Fraction(2, 3) # automatically simplified
True
```

It can also parse a string representation of the fraction:
The fractions constructor can also parse a string representation:


```python
>>> f3 = Fraction('2/3')
Expand Down

0 comments on commit 40976df

Please sign in to comment.