From 505c3d6b43c0e0cef5fb23d715b893f228cbf70b Mon Sep 17 00:00:00 2001 From: Alex J Best Date: Thu, 12 Oct 2023 18:46:54 +0100 Subject: [PATCH] fix latex --- doc/source/fmpz_mod_poly.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/fmpz_mod_poly.rst b/doc/source/fmpz_mod_poly.rst index b36bc70fe1..3be951149d 100644 --- a/doc/source/fmpz_mod_poly.rst +++ b/doc/source/fmpz_mod_poly.rst @@ -38,7 +38,7 @@ Simple example -------------- The following example computes the square of the polynomial `5x^3 + 6` -in `\mathbb{Z}/7\Z[x]`. +in `\mathbb{Z}/7\mathbb Z[x]`. .. code:: c