Django

Code

Changeset 6766

Show
Ignore:
Timestamp:
11/29/07 23:09:49 (1 year ago)
Author:
adrian
Message:

Edited docs/unicode.txt change from [6463] -- Americanized 'behavior'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/unicode.txt

    r6463 r6766  
    137137      is essentially the opposite of ``smart_unicode()``. It forces the first 
    138138      argument to a bytestring. The ``strings_only`` parameter has the same 
    139       behaviour as for ``smart_unicode()`` and ``force_unicode()``. This is 
     139      behavior as for ``smart_unicode()`` and ``force_unicode()``. This is 
    140140      slightly different semantics from Python's builtin ``str()`` function, 
    141141      but the difference is needed in a few places within Django's internals.