LINE_LENGTH: 79

**********
Example:
    >>> a = 2
    >>> b = 3

Examples:
    >>> c = 2
    >>> d = 3

Examplesss:
    >>> e = 2
    >>> f = 3

Examples:
    Should not be wrapped, because of `>>> ` and `... `
    >>> result = my_function(
    ...     arg1=1,
    ...     arg2=2,
    ...     arg3=3,
    ... )

**********

Examples:
    >>> a = 2
    >>> b = 3

Examples:
    >>> c = 2
    >>> d = 3

Examplesss:
    >>> e = 2
    >>> f = 3

Examples:
    Should not be wrapped, because of ``>>> `` and ``... ``
    >>> result = my_function(
    ...     arg1=1,
    ...     arg2=2,
    ...     arg3=3,
    ... )
