Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix table headers
  • Loading branch information
joergsteffens committed Oct 6, 2014
1 parent 4ff3f17 commit 6096a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuals/scripts/generate-resoure-descriptions.py
Expand Up @@ -54,7 +54,7 @@ def getResources(self):
def getResourceDirectivesTable(self, resourcename):
result="\\begin{center}\n"
result+="\\begin{tabular}{l | l | l | l}\n"
result+=" name & type of data & required & default value \\\\ \n"
result+=" name & type of data & default value & remark \\\\ \n"
result+="\\hline \n"
for directive in self.schema.getResourceDirectives(resourcename):
data=self.schema.getResourceDirective(resourcename, directive)
Expand Down

0 comments on commit 6096a09

Please sign in to comment.