summaryrefslogtreecommitdiff
path: root/docs/developer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developer.rst')
-rw-r--r--docs/developer.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 50fdf2c..205d593 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -52,8 +52,9 @@ additional information with extra arguments. All attributes of the
* ``lines``: a list of the raw lines from the input file
* ``tokens``: the tokens that contribute to this logical line
* ``line_number``: line number in the input file
+* ``total_lines``: number of lines in the input file
* ``blank_lines``: blank lines before this one
-* ``indent_char``: first indentation character in this file (``" "`` or ``"\t"``)
+* ``indent_char``: indentation character in this file (``" "`` or ``"\t"``)
* ``indent_level``: indentation (with tabs expanded to multiples of 8)
* ``previous_indent_level``: indentation on previous line
* ``previous_logical``: previous logical line