| Index: chrome/test/pyautolib/pyauto.py
 | 
| diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
 | 
| index 1d8ed46387a84c357089357d55607febeba7d202..7ef8b953fed768b0f43e23ae388d4e24c10b4f56 100755
 | 
| --- a/chrome/test/pyautolib/pyauto.py
 | 
| +++ b/chrome/test/pyautolib/pyauto.py
 | 
| @@ -5713,12 +5713,11 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
 | 
|      """Sets the timezone on ChromeOS. A user must be logged in.
 | 
|  
 | 
|      The timezone is the relative path to the timezone file in
 | 
| -    /usr/share/zoneinfo. For example, /usr/share/zoneinfo/America/Los_Angeles is
 | 
| -    'America/Los_Angeles'. For a list of valid timezones see
 | 
| -    'chrome/browser/chromeos/system/timezone_settings.cc'.
 | 
| +    /usr/share/zoneinfo. For example, /usr/share/zoneinfo/America/Los_Angeles
 | 
| +    is 'America/Los_Angeles'.
 | 
|  
 | 
|      This method does not return indication of success or failure.
 | 
| -    If the timezone is it falls back to a valid timezone.
 | 
| +    If the timezone is invalid, it falls back to UTC/GMT.
 | 
|  
 | 
|      Raises:
 | 
|        pyauto_errors.JSONInterfaceError if the automation call returns an error.
 | 
| 
 |