diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml
index 309f9db18..60fb564b3 100644
--- a/doc/en/Gtk/TreeStore.xml
+++ b/doc/en/Gtk/TreeStore.xml
@@ -802,7 +802,13 @@
an object of type
an object of type
an object of type
- Otherwise, is left invalid and is returned.
+ Otherwise, is left invalid and is returned.
+
+
+path_string "0" represent the first node, "1" the second, and so on.
+path_string "0:0" represent the first child of the first node, "0:1" the second child of the first node, and so on.
+
+