summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/traversal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/traversal.py b/pyramid/traversal.py
index bab5389a4..2004fcad2 100644
--- a/pyramid/traversal.py
+++ b/pyramid/traversal.py
@@ -43,8 +43,8 @@ def find_resource(resource, path):
path string or tuple generated by either of those functions.
Rules for passing a *string* as the ``path`` argument: if the
- first character in the path string is the with the ``/``
- character, the path will considered absolute and the resource tree
+ first character in the path string is the ``/``
+ character, the path is considered absolute and the resource tree
traversal will start at the root resource. If the first character
of the path string is *not* the ``/`` character, the path is
considered relative and resource tree traversal will begin at the resource