Author: tomaz
Date: Tue Aug  7 03:23:54 2012
New Revision: 1370106

URL: http://svn.apache.org/viewvc?rev=1370106&view=rev
Log:
Fix a typo. Reported by Shawn Smith.

Modified:
    libcloud/site/trunk/content/docs/storage-base-api.mdtext

Modified: libcloud/site/trunk/content/docs/storage-base-api.mdtext
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/content/docs/storage-base-api.mdtext?rev=1370106&r1=1370105&r2=1370106&view=diff
==============================================================================
--- libcloud/site/trunk/content/docs/storage-base-api.mdtext (original)
+++ libcloud/site/trunk/content/docs/storage-base-api.mdtext Tue Aug  7 
03:23:54 2012
@@ -39,7 +39,7 @@ list to find the container you are inter
 
 <h3 id="get_object">get_object</h3>
 
-[driver.get_container(container_name, 
object_name)](/apidocs/current/libcloud.storage.base.StorageDriver.html#get_container)
  
+[driver.get_object(container_name, 
object_name)](/apidocs/current/libcloud.storage.base.StorageDriver.html#get_object)
  
 **Description**: Return an `Object` instance. Similar to the `get_container`
 this method is also useful if you know the name of the object and the container
 holding this object and you want to perform operations on it.


Reply via email to