1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed double spaces after periods and within phrases.

This commit is contained in:
Sarah Boyce
2025-07-18 15:37:14 +02:00
committed by nessita
parent 1909108f9f
commit 1ecf6889ca
109 changed files with 215 additions and 216 deletions

View File

@@ -32,7 +32,7 @@ class ActionAdmin(admin.ModelAdmin):
def get_urls(self):
# Add the URL of our custom 'add_view' view to the front of the URLs
# list. Remove the existing one(s) first
# list. Remove the existing one(s) first
from django.urls import re_path
def wrap(view):