mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Capitalized "Python" in docs and comments.
This commit is contained in:
@@ -668,7 +668,7 @@ Miscellaneous
|
||||
* :func:`~django.utils.http.int_to_base36` properly raises a
|
||||
:exc:`TypeError` instead of :exc:`ValueError` for non-integer inputs.
|
||||
|
||||
* The ``slugify`` template filter is now available as a standard python
|
||||
* The ``slugify`` template filter is now available as a standard Python
|
||||
function at :func:`django.utils.text.slugify`. Similarly, ``remove_tags`` is
|
||||
available at ``django.utils.html.remove_tags()``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user