Index: docs/topics/files.txt
===================================================================
--- docs/topics/files.txt	(revision 9014)
+++ docs/topics/files.txt	(working copy)
@@ -35,7 +35,7 @@
 Any ``Car`` instance will have a ``photo`` attribute that you can use to get at
 the details of the attached photo::
 
-    >>> car = Car.object.get(name="57 Chevy")
+    >>> car = Car.objects.get(name="57 Chevy")
     >>> car.photo
     <ImageFieldFile: chevy.jpg>
     >>> car.photo.name
