From 51f9419e13686805845b04d88b0a071bf32a8f08 Mon Sep 17 00:00:00 2001 From: "Trevor K. Karn" Date: Fri, 28 Jan 2022 17:29:51 -0600 Subject: [PATCH] Make RP bold --- src/sage/manifolds/catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/manifolds/catalog.py b/src/sage/manifolds/catalog.py index 1e935e643c7..e6bf28b48ee 100644 --- a/src/sage/manifolds/catalog.py +++ b/src/sage/manifolds/catalog.py @@ -274,7 +274,7 @@ def RealProjectiveSpace(dim=2): OUTPUT: - - ``P`` -- the projective space `RP^d` where `d =` ``dim``. + - ``P`` -- the projective space `\Bold{RP}^d` where `d =` ``dim``. EXAMPLES::