[nautilus-python] Slight correction in gio.File documentation



commit ad205f0ebebd6b46ef97e42e5449750460326398
Author: Adam Plumb <adamplumb gmail com>
Date:   Thu Jan 14 11:46:52 2010 -0500

    Slight correction in gio.File documentation

 examples/documentation.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/examples/documentation.py b/examples/documentation.py
index f09d5a1..4ee1115 100644
--- a/examples/documentation.py
+++ b/examples/documentation.py
@@ -100,13 +100,13 @@ class FileInfo:
 
     def get_file_type(self):
         """
-        @rtype   gio.GFileType
+        @rtype   gio FileType enum
         """
         pass
 
     def get_location(self):
         """
-        @rtype   gio.GFile
+        @rtype   gio.File
         """
         pass
 
@@ -130,7 +130,7 @@ class FileInfo:
 
     def get_parent_location(self):
         """
-        @rtype   gio.GFile
+        @rtype   gio.File
         """
         pass
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]