diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-05 23:01:45 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-05 23:01:45 -0500 |
commit | 81a564f0ae6891b73e17a1ae2ef25a13a552e74c (patch) | |
tree | 86d9fda8db975ff403f66019c948ad4ce3e16acf | |
parent | 58c4022d75c8de6896412a592be00812d16fdca2 (diff) | |
download | snakemake-mode-81a564f0ae6891b73e17a1ae2ef25a13a552e74c.tar.gz |
Fix typo in docstring
-rw-r--r-- | snakemake-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el index 6db15fb..358db22 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -136,7 +136,7 @@ rule blocks (or on a blank line directly below), call Indent the first line below 'run' `snakemake-indent-field-offset' plus - `snakemake-indent-run-offset'. Ident other lines with + `snakemake-indent-run-offset'. Indent other lines with `python-indent-line-function'. - Otherwise |