Skip to content

Commit 8e38823

Browse files
authored
Merge pull request #2242 from user202729/fix-typo
Remove an extraneous space
2 parents 723b92c + c0c7e42 commit 8e38823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/fq_nmod_mpoly.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Evaluation
404404

405405
These functions return `0` when the operation would imply unreasonable arithmetic.
406406

407-
.. function:: void fq_nmod_mpoly_evaluate_all_fq_nmod(fq_nmod_t ev, const fq_nmod_mpoly_t A, fq_nmod_struct * const * vals, const fq_nmod_mpoly_ctx_t ctx)
407+
.. function:: void fq_nmod_mpoly_evaluate_all_fq_nmod(fq_nmod_t ev, const fq_nmod_mpoly_t A, fq_nmod_struct * const * vals, const fq_nmod_mpoly_ctx_t ctx)
408408

409409
Set *ev* the evaluation of *A* where the variables are replaced by the corresponding elements of the array *vals*.
410410

0 commit comments

Comments
 (0)