We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c148c4a commit b89d4e0Copy full SHA for b89d4e0
docs/types/lists.rst
@@ -109,6 +109,10 @@ Line 3
109
Line 5
110
A stride of ``-1`` reverses the order.
111
112
+ .. tip::
113
+ To reverse the order, however, :func:`list.reverse` should be easier to
114
+ read than a stride of ``-1``, see also :ref:`list.reverse() <reverse>`.
115
+
116
.. seealso::
117
* :doc:`Select and filter data with pandas
118
<Python4DataScience:workspace/pandas/select-filter>`
@@ -148,6 +152,8 @@ Line 11
148
152
Some functions of the slice notation can also be executed with special
149
153
operations, which improves the readability of the code:
150
154
155
+.. _reverse:
156
151
157
.. code-block:: pycon
158
:linenos:
159
0 commit comments