Remove trailing whitespace
This commit is contained in:
parent
eb8fe0b085
commit
24359336f7
@ -284,14 +284,14 @@ fraction
|
||||
Returns a Python object of type ``fractions.Fraction``.
|
||||
|
||||
.. code-block:: hy
|
||||
|
||||
|
||||
=> (fraction 1 2)
|
||||
Fraction(1, 2)
|
||||
|
||||
Note that Hy has a built-in fraction literal that does the same thing:
|
||||
|
||||
.. code-block:: hy
|
||||
|
||||
|
||||
=> 1/2
|
||||
Fraction(1, 2)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user