From d0d6f664edbf2ea2b3d34aaaebbaf6959b74fe24 Mon Sep 17 00:00:00 2001 From: Thomas Gratier Date: Sat, 9 Jul 2016 10:33:07 +0200 Subject: [PATCH] Duplicated word --- docs/scenarios/clibs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/clibs.rst b/docs/scenarios/clibs.rst index 290638e73..bae907b6b 100644 --- a/docs/scenarios/clibs.rst +++ b/docs/scenarios/clibs.rst @@ -39,7 +39,7 @@ types, such as structs and unions, and allows you to modify things such as padding and alignment, if needed. It can be a bit crufty to use, but in conjunction with the `struct `_ module, you are essentially provided full control over how your data types get -translated into something something usable by a pure C(++) method. +translated into something usable by a pure C(++) method. Struct Equivalents ~~~~~~~~~~~~~~~~~~