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 ecde921 commit 6777e4fCopy full SHA for 6777e4f
source/c01/p11_naming_slice.rst
@@ -18,7 +18,7 @@
18
record = '....................100 .......513.25 ..........'
19
cost = int(record[20:23]) * float(record[31:37])
20
21
-与其那样写,为什么不想这样命名切片呢:
+与其那样写,为什么不像这样命名切片呢:
22
23
.. code-block:: python
24
0 commit comments