Version 1.0c2
diff --git a/docs/oauth2client.locked_file.html b/docs/oauth2client.locked_file.html
index 454e789..f6b1e00 100644
--- a/docs/oauth2client.locked_file.html
+++ b/docs/oauth2client.locked_file.html
@@ -8,7 +8,7 @@
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="oauth2client.html"><font color="#ffffff">oauth2client</font></a>.locked_file</strong></big></big></font></td
><td align=right valign=bottom
-><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jcgregorio/projects/clean/oauth2client/locked_file.py">/home/jcgregorio/projects/clean/oauth2client/locked_file.py</a></font></td></tr></table>
+><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/jcgregorio/projects/clean/oauth2client/locked_file.py">/usr/local/google/home/jcgregorio/projects/clean/oauth2client/locked_file.py</a></font></td></tr></table>
<p><tt>Locked file interface that should work on Unix and Windows pythons.<br>
<br>
This module first tries to use fcntl locking to ensure serialized access<br>
@@ -126,13 +126,13 @@
<td colspan=2><tt>Represent a file that has exclusive access.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Methods defined here:<br>
-<dl><dt><a name="LockedFile-__init__"><strong>__init__</strong></a>(self, filename, mode, fallback_mode, use_fcntl<font color="#909090">=True</font>)</dt><dd><tt>Construct a <a href="#LockedFile">LockedFile</a>.<br>
+<dl><dt><a name="LockedFile-__init__"><strong>__init__</strong></a>(self, filename, mode, fallback_mode, use_native_locking<font color="#909090">=True</font>)</dt><dd><tt>Construct a <a href="#LockedFile">LockedFile</a>.<br>
<br>
Args:<br>
filename: string, The path of the file to open.<br>
mode: string, The mode to try to open the file with.<br>
fallback_mode: string, The mode to use if locking fails.<br>
- use_fcntl: string, Whether or not fcntl-based locking should be used.</tt></dd></dl>
+ use_native_locking: bool, Whether or not fcntl/win32 locking is used.</tt></dd></dl>
<dl><dt><a name="LockedFile-file_handle"><strong>file_handle</strong></a>(self)</dt><dd><tt>Return the file_handle to the opened file.</tt></dd></dl>