aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/comment.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-06-18 00:41:10 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-06-18 00:41:10 +0200
commit2d988da18391803efa112ab793ee3820af84516e (patch)
treed53d819ebd2c55f0bfd63b6a46a06f70fd18b2f6 /rhodecode/model/comment.py
parent4f7d95e3dc1bfa196a357502d725aa5b0f0ff144 (diff)
white space cleanup
--HG-- branch : beta
Diffstat (limited to 'rhodecode/model/comment.py')
-rw-r--r--rhodecode/model/comment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/model/comment.py b/rhodecode/model/comment.py
index 597f8bc7..a3f67b26 100644
--- a/rhodecode/model/comment.py
+++ b/rhodecode/model/comment.py
@@ -59,7 +59,7 @@ class ChangesetCommentsModel(BaseModel):
f_path=None, line_no=None, status_change=None):
"""
Creates new comment for changeset or pull request.
- IF status_change is not none this comment is associated with a
+ IF status_change is not none this comment is associated with a
status change of changeset or changesets associated with pull request
:param text: