diff --git a/docs/url_dispatch.txt b/docs/url_dispatch.txt index 4991557859..8ad9cb0e73 100644 --- a/docs/url_dispatch.txt +++ b/docs/url_dispatch.txt @@ -393,7 +393,7 @@ to pass metadata and options to views. Passing extra options to ``include()`` -------------------------------------- -**New in the Django development version.** +**New in Django development version.** Similarly, you can pass extra options to ``include()``. When you pass extra options to ``include()``, *each* line in the included URLconf will be passed @@ -435,7 +435,7 @@ every view in the the included URLconf accepts the extra options you're passing. Passing callable objects instead of strings =========================================== -**New in the Django development version.** +**New in Django development version.** Some developers find it more natural to pass the actual Python function object rather than a string containing the path to its module. This alternative is