mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed a few trailing backslashes.
We have always been at war with trailing backslashes.
This commit is contained in:
parent
ee0ef1b094
commit
a5b062576b
14 changed files with 28 additions and 30 deletions
|
@ -158,7 +158,7 @@ class NoURLPatternsTests(TestCase):
|
|||
resolver = RegexURLResolver(r'^$', self.urls)
|
||||
|
||||
self.assertRaisesMessage(ImproperlyConfigured,
|
||||
"The included urlconf urlpatterns_reverse.no_urls "\
|
||||
"The included urlconf urlpatterns_reverse.no_urls "
|
||||
"doesn't have any patterns in it", getattr, resolver, 'url_patterns')
|
||||
|
||||
class URLPatternReverse(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue