From 55943c09757c32c4c5ad7bc8a275df0cbbce172e Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sun, 2 Nov 2008 20:53:47 +0000 Subject: [1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro. [9330] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9331 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/http/file-uploads.txt | 4 ++-- docs/topics/http/urls.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/topics/http') diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt index 9a32157527..18abeaa087 100644 --- a/docs/topics/http/file-uploads.txt +++ b/docs/topics/http/file-uploads.txt @@ -153,8 +153,8 @@ Three settings control Django's file upload behavior: ``0`` is very important: it indicates an octal number, which is the way that modes must be specified. If you try to use ``644``, you'll get totally incorrect behavior. - - **Always prefix the mode with a ``0``.** + + **Always prefix the mode with a 0.** :setting:`FILE_UPLOAD_HANDLERS` The actual handlers for uploaded files. Changing this setting allows diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index dcbe18ab04..f3030fee3d 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -50,7 +50,7 @@ algorithm the system follows to determine which Python code to execute: 4. Once one of the regexes matches, Django imports and calls the given view, which is a simple Python function. The view gets passed an - :class:`~django.http.HttpRequest`` as its first argument and any values + :class:`~django.http.HttpRequest` as its first argument and any values captured in the regex as remaining arguments. Example -- cgit v1.3