Zine

open source content publishing system


Changeset 1287:59531dfdacf8


Ignore:
Timestamp:
01/11/10 00:28:16 (2 years ago)
Author:
Georg Brandl <georg@…>
Branch:
default
Message:

Remove "informations".

Location:
zine
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • zine/application.py

    r1279 r1287  
    895895    @setuponly 
    896896    def add_importer(self, importer): 
    897         """Register an importer.  For more informations about importers 
     897        """Register an importer.  For more information about importers 
    898898        see the :mod:`zine.importers`. 
    899899        """ 
  • zine/parsers.py

    r1279 r1287  
    44    ~~~~~~~~~~~~ 
    55 
    6     This module holds the base parser informations and the dict of 
     6    This module holds the base parser information and the dict of 
    77    default parsers. 
    88 
  • zine/utils/forms.py

    r1279 r1287  
    1212    basic CSRF protection. 
    1313 
    14     For usage informations see :class:`Form` 
     14    For usage information, see :class:`Form`. 
    1515 
    1616    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
  • zine/views/admin.py

    r1279 r1287  
    203203            cfg.commit() 
    204204            # we change the plugins inline so that the user get somewhat more 
    205             # informations 
     205            # information 
    206206            request.app.cfg.touch() 
    207207 
Note: See TracChangeset for help on using the changeset viewer.