After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 547134 - fix docstring line length
fix docstring line length
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gio
Git master
Other Linux
: Normal minor
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-10 04:53 UTC by Jonathan Matthew
Modified: 2008-08-10 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix line lengths and some spelling errors (5.91 KB, patch)
2008-08-10 04:55 UTC, Jonathan Matthew
committed Details | Review

Description Jonathan Matthew 2008-08-10 04:53:18 UTC
As mentioned in bug 547067, some of the docstrings in gio.defs wrap across lines in an 80 column terminal.
Comment 1 Jonathan Matthew 2008-08-10 04:55:43 UTC
Created attachment 116273 [details] [review]
fix line lengths and some spelling errors
Comment 2 Johan (not receiving bugmail) Dahlin 2008-08-10 07:58:44 UTC
Comment on attachment 116273 [details] [review]
fix line lengths and some spelling errors

Looks good, thanks for the patch!
Comment 3 Gian Mario Tagliaretti 2008-08-10 08:01:46 UTC
(In reply to comment #1)
> Created an attachment (id=116273) [edit]
> fix line lengths and some spelling errors
> 

Uh that looks pretty! Thanks Matthew.
Comment 4 Jonathan Matthew 2008-08-10 10:50:43 UTC
2008-08-10  Jonathan Matthew  <jonathan@d14n.org>

        Bug 547134 – fix docstring line length

        * gio/gio.defs:
        Fix docstring line lengths so they don't wrap across lines in an 80
        column terminal.