1 2 3 4 5 6 7 8
def foo(x, y): # [differing-param-doc] """A dummy string. :param int x: x value. :param int z: z value. """ return x + y