1
0
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:
Jon Dufresne
2018-10-09 06:26:07 -07:00
committed by Tim Graham
parent 31c0348687
commit e90af8bad4
13 changed files with 13 additions and 13 deletions

View File

@@ -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()``.