Skip to content

Commit 328a5a1

Browse files
committed
Merge pull request yidao620c#11 from ferstar/master
Update p11_read_write_binary_arrays_of_structures.rst
2 parents 0c4061c + ebddb72 commit 328a5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c06/p11_read_write_binary_arrays_of_structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
----------
8080
讨论
8181
----------
82-
对于需要编码和解码二进制数据的程序而已,通常会使用 ``struct`` 模块。
82+
对于需要编码和解码二进制数据的程序而言,通常会使用 ``struct`` 模块。
8383
为了声明一个新的结构体,只需要像这样创建一个 ``Struct`` 实例即可:
8484

8585
.. code-block:: python

0 commit comments

Comments
 (0)