diff --git a/.gitignore b/.gitignore index b774adf..ca830cf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ build *.swp *.swo *.pyc -.testrepository \ No newline at end of file +.testrepository +#IntelJ Idea +.idea/ \ No newline at end of file diff --git a/specs/template.rst b/specs/template.rst index 4d486de..b2373a8 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -19,7 +19,7 @@ respectively. Some notes about using this template: -* Your spec should be in ReSTructured text, like this template. +* Your spec should be in reStructuredText, like this template. * Please wrap text at 79 columns.