diff --git a/sample.rst b/sample.rst index 9a8bf82..569548e 100644 --- a/sample.rst +++ b/sample.rst @@ -74,6 +74,9 @@ oh and some doctests that demonstrate the ``uniq()`` function: >>> uniq([1, 2, 3, 2, 1]) [1, 2, 3] + >>> uniq([3, 2, 1]) + [1, 2, 3] + The alignment is kept the same for all of them, including simple quoted blocks