Merge lp:~skkeeper/python-snippets/python-snippets-skkeeper into lp:~jonobacon/python-snippets/trunk

Proposed by skkeeper
Status: Needs review
Proposed branch: lp:~skkeeper/python-snippets/python-snippets-skkeeper
Merge into: lp:~jonobacon/python-snippets/trunk
Diff against target: 25 lines (+2/-2)
2 files modified
cairo/cairo_easter_egg.py (+1/-1)
pygtk/comboboxwrap.py (+1/-1)
To merge this branch: bzr merge lp:~skkeeper/python-snippets/python-snippets-skkeeper
Reviewer Review Type Date Requested Status
Jono Bacon Pending
Review via email: mp+30289@code.launchpad.net

Description of the change

Just fixed two typos in PyGTK and Cairo snippets description.

Not much I guess, but I hope it helps.

To post a comment you must log in.

Unmerged revisions

100. By skkeeper

Fixed two typos in snippets description

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cairo/cairo_easter_egg.py'
2--- cairo/cairo_easter_egg.py 2010-04-06 22:15:27 +0000
3+++ cairo/cairo_easter_egg.py 2010-07-19 15:18:46 +0000
4@@ -2,7 +2,7 @@
5 #
6 # [SNIPPET_NAME: Cairo Easter Eggs]
7 # [SNIPPET_CATEGORIES: Cairo, PyGTK]
8-# [SNIPPET_DESCRIPTION: Simple Cairo exmple that displays colourful Easter eggs]
9+# [SNIPPET_DESCRIPTION: Simple Cairo example that displays colourful Easter eggs]
10 # [SNIPPET_AUTHOR: Bruno Girin <brunogirin@gmail.com>]
11 # [SNIPPET_LICENSE: GPL]
12 #
13
14=== modified file 'pygtk/comboboxwrap.py'
15--- pygtk/comboboxwrap.py 2009-12-31 01:32:01 +0000
16+++ pygtk/comboboxwrap.py 2010-07-19 15:18:46 +0000
17@@ -2,7 +2,7 @@
18 #
19 # [SNIPPET_NAME: Combo Box Wrap]
20 # [SNIPPET_CATEGORIES: PyGTK]
21-# [SNIPPET_DESCRIPTION: Create a comb box that wraps it's entries]
22+# [SNIPPET_DESCRIPTION: Create a combo box that wraps it's entries]
23
24 import pygtk
25 pygtk.require('2.0')

Subscribers

People subscribed via source and target branches