# HG changeset patch # User paulb # Date 1124920729 0 # Node ID 2694c6ea2fbec673e7772df67b058847960ecc1f # Parent 39e35b75c0a90f5801956abe04d8a8e4b859d5da [project @ 2005-08-24 21:58:49 by paulb] Minor markup fixes. diff -r 39e35b75c0a9 -r 2694c6ea2fbe docs/path-info.html --- a/docs/path-info.html Wed Aug 24 21:47:23 2005 +0000 +++ b/docs/path-info.html Wed Aug 24 21:58:49 2005 +0000 @@ -47,7 +47,7 @@
This gets the path of a resource within an application. The path should always contain a leading / character at the very least.
-An optional encoding parameter may be used to assist the process of converting the path to a Unicode object - see "Character Encodings" for more information.
+An optional encoding parameter may be used to assist the process of converting the path to a Unicode object - see "Character Encodings" for more information.
get_virtual_path_info
This gets the path of a resource within a part of an application diff -r 39e35b75c0a9 -r 2694c6ea2fbe docs/paths.html --- a/docs/paths.html Wed Aug 24 21:47:23 2005 +0000 +++ b/docs/paths.html Wed Aug 24 21:58:49 2005 +0000 @@ -54,7 +54,7 @@
This gets the entire path of a resource including parameter information (as described in "Request Parameters and Uploads").
-An optional encoding parameter may be used to assist the process of converting the path to a Unicode object - see "Character Encodings" for more information.
+An optional encoding parameter may be used to assist the process of converting the path to a Unicode object - see "Character Encodings" for more information.
get_path_without_query
This gets the entire path of a resource but without any parameter information.