Skip to content

Commit 8963770

Browse files
committed
readme formatting fix
1 parent bf7e052 commit 8963770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add `spec_url` to validate spec with relative files:
3232

3333
from openapi_spec_validator import validate_spec
3434

35-
validate_spec(spec_dict,spec_url='file:///path/to/spec/openapi.yaml')
35+
validate_spec(spec_dict, spec_url='file:///path/to/spec/openapi.yaml')
3636
```
3737

3838
You can also validate spec from url:

0 commit comments

Comments
 (0)