We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecde921 + 6777e4f commit 15c76fbCopy full SHA for 15c76fb
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