From c0c7e42c58e22b38f0de6adb757243ac8da01b1f Mon Sep 17 00:00:00 2001 From: user202729 <25191436+user202729@users.noreply.github.com> Date: Sat, 15 Feb 2025 13:33:12 +0700 Subject: [PATCH] Remove an extraneous space --- doc/source/fq_nmod_mpoly.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/fq_nmod_mpoly.rst b/doc/source/fq_nmod_mpoly.rst index 567e93491d..0d07e7c3c0 100644 --- a/doc/source/fq_nmod_mpoly.rst +++ b/doc/source/fq_nmod_mpoly.rst @@ -404,7 +404,7 @@ Evaluation These functions return `0` when the operation would imply unreasonable arithmetic. -.. 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) +.. 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) Set *ev* the evaluation of *A* where the variables are replaced by the corresponding elements of the array *vals*.