document numliterals fixer
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index 6255a2e..d24a684 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -252,6 +252,10 @@
 
    Renames :meth:`~object.__nonzero__` to :meth:`~object.__bool__`.
 
+.. 2to3fixer:: numliterals
+
+   Converts octal literals into the new syntax.
+
 .. 2to3fixer:: paren
 
    Add extra parenthesis where they are required in list comprehensions.  For