Skip to content

Commit 279fb03

Browse files
Merge pull request #2356 from gblanco92/patch-1
Fix typo in documentation
2 parents fd5a679 + 914d1ce commit 279fb03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/fmpz.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ Basic arithmetic
861861
.. function:: void fmpz_tdiv_r_2exp(fmpz_t s, const fmpz_t g, ulong exp)
862862

863863
Sets `f` to the quotient of `g` by `h` and/or `s` to the remainder. For the
864-
``2exp`` functions, ``g = 2^exp``. `If `h` is `0` an exception is raised.
864+
``2exp`` functions, ``h = 2^exp``. If `h` is `0` an exception is raised.
865865

866866
Rounding is made in the following way:
867867

0 commit comments

Comments
 (0)