commit d4607102df90d69ff1d1aeccf8d6fe760f196c94 Author: David Malcolm dmalcolm@redhat.com Date: Thu Sep 29 16:22:03 2011 -0400
docs: Use the correct example input
docs/working-with-c.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/docs/working-with-c.rst b/docs/working-with-c.rst index ae4ba7b..7e7e5e7 100644 --- a/docs/working-with-c.rst +++ b/docs/working-with-c.rst @@ -65,7 +65,7 @@ The Python code for this is:
Given this sample C source file:
- .. literalinclude:: ../tests/examples/hello-world/input.c + .. literalinclude:: ../tests/examples/spelling-checker/input.c :lines: 19-26 :language: c
gcc-python-plugin-commits@lists.stg.fedorahosted.org