← Back to team overview

gtg team mailing list archive

[Merge] lp:~dneelyep/gtg/gtgchanges into lp:gtg

 

Daniel Neel has proposed merging lp:~dneelyep/gtg/gtgchanges into lp:gtg.

Requested reviews:
  Gtg developers (gtg)
Related bugs:
  #695894 Typos in gtg_new_task
  https://bugs.launchpad.net/bugs/695894
  #695895 info.py module documentation does not describe full functionality
  https://bugs.launchpad.net/bugs/695895

For more details, see:
https://code.launchpad.net/~dneelyep/gtg/gtgchanges/+merge/44941

Fixed a few typos and explained the info.py modules' functionality more fully.
-- 
https://code.launchpad.net/~dneelyep/gtg/gtgchanges/+merge/44941
Your team Gtg developers is requested to review the proposed merge of lp:~dneelyep/gtg/gtgchanges into lp:gtg.
=== modified file 'GTG/info.py'
--- GTG/info.py	2010-08-21 03:41:50 +0000
+++ GTG/info.py	2010-12-31 04:46:25 +0000
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-"""Various information about GTG. Should be updated for every release."""
+"""Various information about GTG. Should be updated for every release. Contains the information displayed in GTG's Credits."""
 
 NAME            = "Getting Things GNOME!"
 URL             = "http://gtg.fritalk.com";

=== modified file 'gtg_new_task'
--- gtg_new_task	2010-08-04 00:43:25 +0000
+++ gtg_new_task	2010-12-31 04:46:25 +0000
@@ -20,7 +20,7 @@
 # -----------------------------------------------------------------------------
 
 """
-This script create a new task and launch the editor to display it. GTG should be running
+This script creates a new task and launches the editor to display it. GTG should be running
 """
 
 import re


Follow ups