From c81c614c0b61295fe91a3279346be6fba1eee824 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 19 2015 18:03:05 +0000 Subject: Adjust docstring to reflect more what the method does --- diff --git a/progit/lib/model.py b/progit/lib/model.py index bda33b0..4870cf1 100644 --- a/progit/lib/model.py +++ b/progit/lib/model.py @@ -346,7 +346,7 @@ class Issue(BASE): return [issue.id for issue in self.parents] def to_json(self): - ''' Returns a JSON representation of the issue using the JSON module + ''' Returns a JSON representation of the issue. ''' output = {