commit 1e4eb818bf64cb2adb17da656ff411e68b81255c Author: David Malcolm dmalcolm@redhat.com Date: Fri Mar 30 17:30:08 2012 -0400
docs: fix typos
docs/tree.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/docs/tree.rst b/docs/tree.rst index d54131a..8c2c0a0 100644 --- a/docs/tree.rst +++ b/docs/tree.rst @@ -217,12 +217,12 @@ Declarations
The :py:class:`gcc.Location` for this declaration
- .. py:attribute:: is_artifical + .. py:attribute:: is_artificial
(bool) Is this declaration a compiler-generated entity, rather than one provided by the user?
- An example of such an "artifical" declaration occurs within the + An example of such an "artificial" declaration occurs within the arguments of C++ methods: the initial `this` argument is a compiler-generated :py:class:`gcc.ParmDecl`.
gcc-python-plugin-commits@lists.stg.fedorahosted.org