mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Use """ instead of ''' in test settings module doctsring
This commit is contained in:
parent
62214af49a
commit
ada056c257
|
@ -1,9 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
"""
|
||||
Test settings
|
||||
|
||||
- Used to run tests fast on the continuous integration server and locally
|
||||
'''
|
||||
"""
|
||||
|
||||
from .base import * # noqa
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user