Kaydet (Commit) a1c6a1ce authored tarafından Georg Brandl's avatar Georg Brandl

Merged revisions 68221 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68221 | georg.brandl | 2009-01-03 22:04:55 +0100 (Sat, 03 Jan 2009) | 2 lines

  Remove tabs from the documentation.
........
üst 48310cd3
...@@ -553,8 +553,7 @@ translation until later. A classic example is:: ...@@ -553,8 +553,7 @@ translation until later. A classic example is::
'albatross', 'albatross',
'rat', 'rat',
'penguin', 'penguin',
'python', 'python', ]
]
# ... # ...
for a in animals: for a in animals:
print(a) print(a)
...@@ -571,8 +570,7 @@ Here is one way you can handle this situation:: ...@@ -571,8 +570,7 @@ Here is one way you can handle this situation::
_('albatross'), _('albatross'),
_('rat'), _('rat'),
_('penguin'), _('penguin'),
_('python'), _('python'), ]
]
del _ del _
...@@ -597,8 +595,7 @@ Another way to handle this is with the following example:: ...@@ -597,8 +595,7 @@ Another way to handle this is with the following example::
N_('albatross'), N_('albatross'),
N_('rat'), N_('rat'),
N_('penguin'), N_('penguin'),
N_('python'), N_('python'), ]
]
# ... # ...
for a in animals: for a in animals:
......
...@@ -857,8 +857,7 @@ the PyXML package:: ...@@ -857,8 +857,7 @@ the PyXML package::
'extensions/expat/xmlparse' ], 'extensions/expat/xmlparse' ],
sources = [ 'extensions/pyexpat.c', sources = [ 'extensions/pyexpat.c',
'extensions/expat/xmltok/xmltok.c', 'extensions/expat/xmltok/xmltok.c',
'extensions/expat/xmltok/xmlrole.c', 'extensions/expat/xmltok/xmlrole.c', ]
]
) )
setup (name = "PyXML", version = "0.5.4", setup (name = "PyXML", version = "0.5.4",
ext_modules =[ expat_extension ] ) ext_modules =[ expat_extension ] )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment