Revert #22251
diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst
index 7058e40..4e77838 100644
--- a/Doc/library/statistics.rst
+++ b/Doc/library/statistics.rst
@@ -135,9 +135,7 @@
    This is suited for when your data is discrete, and you don't mind that the
    median may not be an actual data point.
 
-   .. seealso::
-
-      :func:`median_low`, :func:`median_high`, :func:`median_grouped`
+   .. seealso:: :func:`median_low`, :func:`median_high`, :func:`median_grouped`
 
 
 .. function:: median_low(data)