Commit 132d18a2 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

round_trace: fix documentation

parent 76255e10
...@@ -9,7 +9,7 @@ from my2to3.util import parse_type ...@@ -9,7 +9,7 @@ from my2to3.util import parse_type
class FixRoundTrace(BaseDynamicTraceFix): class FixRoundTrace(BaseDynamicTraceFix):
"""Rewrites round(a[, b]) into round_traced(id, a[, b]) """Rewrites round(a[, b]) into round_traced(..., a[, b])
""" """
basename = "round" basename = "round"
traced_information = "number", "ndigits" traced_information = "number", "ndigits"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment