|
@@ -101,10 +101,10 @@ The ``view``, ``kwargs`` and ``name`` arguments are the same as for
|
|
|
|
|
|
:arg module: URLconf module (or module name)
|
|
|
:arg namespace: Instance namespace for the URL entries being included
|
|
|
- :type namespace: string
|
|
|
+ :type namespace: str
|
|
|
:arg pattern_list: Iterable of :func:`~django.urls.path` and/or :func:`~django.urls.re_path` instances.
|
|
|
:arg app_namespace: Application namespace for the URL entries being included
|
|
|
- :type app_namespace: string
|
|
|
+ :type app_namespace: str
|
|
|
|
|
|
See :ref:`including-other-urlconfs` and :ref:`namespaces-and-include`.
|
|
|
|