Skip to content

Commit

Permalink
Fix documentation for new method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Oct 28, 2019
1 parent dabba5e commit 3bc4a3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Expand Up @@ -4,3 +4,4 @@ __pycache__/
.coverage
*.egg-info
.mypy_cache
dist
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ __pycache__/
.coverage
*.egg-info
.mypy_cache
dist
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ from policytool import ConstraintTemplate

with open(path_to_rego_source_file, "r") as rego:
ct = ConstraintTemplate(name, rego.read())
print(ct.yaml)
print(ct.yaml())
```


Expand Down

0 comments on commit 3bc4a3f

Please sign in to comment.