LINE_LENGTH: 79

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

Examples
----
>>> a = 2
>>> b = 3

Examplesss
----
>>> a = 2
>>> b = 3

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

**********

Examples
--------
>>> a = 2
>>> b = 3

Examples
--------
>>> a = 2
>>> b = 3

Examplesss
----
>>> a = 2 >>> b = 3

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