This commit is contained in:
AJ Jordan 2018-12-07 02:19:36 -05:00 committed by GitHub
parent ccd7e285a1
commit 067f86ba3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ def create_default_policy(service_name):
policy.write(
"## Policy file automatically created on first service call.\n")
policy.write(
"## Fill free to edit.\n")
"## Feel free to edit.\n")
policy.write("## Note that policy parsing stops at the first match\n")
policy.write("\n")
policy.write("## Please use a single # to start your custom comments\n")