Skip to content

Commit 7f5dbf7

Browse files
authored
Merge pull request realpython#724 from ThomasG77/patch-1
Duplicated word
2 parents 112ac65 + d0d6f66 commit 7f5dbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/clibs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ types, such as structs and unions, and allows you to modify things such as
3939
padding and alignment, if needed. It can be a bit crufty to use, but in
4040
conjunction with the `struct <https://docs.python.org/3.5/library/struct.html>`_
4141
module, you are essentially provided full control over how your data types get
42-
translated into something something usable by a pure C(++) method.
42+
translated into something usable by a pure C(++) method.
4343

4444
Struct Equivalents
4545
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)