Fix up markup in the deprecation notice.
diff --git a/Doc/library/fpformat.rst b/Doc/library/fpformat.rst
index e82e164..29b29f4 100644
--- a/Doc/library/fpformat.rst
+++ b/Doc/library/fpformat.rst
@@ -7,7 +7,7 @@
    :deprecated:
    
 .. deprecated:: 2.6
-    The fpformat module has been removed in Python 3.0.
+    The :mod:`fpformat` module has been removed in Python 3.0.
    
 .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>