LINE_LENGTH: 79

**********
def func1():
    def func2():
        def func3():
            def func4():
                def func5():
                    def func6():
                        """
                        This is the first paragraph. Hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello.

                        This is the second paragraph. World world world world world world world world world world world world world world world world world world world world world world world world world.

                        Parameters
                        ----------
                        arg1 : str
                            This is the first paragraph. Hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello.

                                +--------+-------+----------+
                                | Item   | Price | In Stock |
                                +========+=======+==========+
                                | Apple  | $1.00 | Yes      |
                                +--------+-------+----------+
                                | Banana | $0.50 | No       |
                                +--------+-------+----------+
                                | Orange | $0.75 | Yes      |
                                +--------+-------+----------+

                            This is the second paragraph. World world world world world world world world world world world world world world world world world world world world world world world world world.
                        arg2 : int
                            This is the first paragraph. Hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello.

                            This is the second paragraph. World world world world world world world world world world world world world world world world world world world world world world world world world.
                        """

**********

def func1():
    def func2():
        def func3():
            def func4():
                def func5():
                    def func6():
                        """
                        This is the first paragraph. Hello hello hello hello
                        hello hello hello hello hello hello hello hello hello
                        hello hello hello hello hello.

                        This is the second paragraph. World world world world
                        world world world world world world world world world
                        world world world world world world world world world
                        world world world.

                        Parameters
                        ----------
                        arg1 : str
                            This is the first paragraph. Hello hello hello
                            hello hello hello hello hello hello hello hello
                            hello hello hello hello hello hello hello.

                                +--------+-------+----------+
                                | Item   | Price | In Stock |
                                +========+=======+==========+
                                | Apple  | $1.00 | Yes      |
                                +--------+-------+----------+
                                | Banana | $0.50 | No       |
                                +--------+-------+----------+
                                | Orange | $0.75 | Yes      |
                                +--------+-------+----------+

                            This is the second paragraph. World world world
                            world world world world world world world world
                            world world world world world world world world
                            world world world world world world.
                        arg2 : int
                            This is the first paragraph. Hello hello hello
                            hello hello hello hello hello hello hello hello
                            hello hello hello hello hello hello hello.

                            This is the second paragraph. World world world
                            world world world world world world world world
                            world world world world world world world world
                            world world world world world world.
                        """
