@@ -50,68 +50,68 @@ if that behavior is desired.
5050
5151 .. attribute :: author
5252
53- * string * -- An entity primarily responsible for making the content of the
53+ ` string ` -- An entity primarily responsible for making the content of the
5454 resource.
5555
5656 .. attribute :: category
5757
58- * string * -- A categorization of the content of this package. Example
58+ ` string ` -- A categorization of the content of this package. Example
5959 values might include: Resume, Letter, Financial Forecast, Proposal,
6060 or Technical Presentation.
6161
6262 .. attribute :: comments
6363
64- * string * -- An account of the content of the resource.
64+ ` string ` -- An account of the content of the resource.
6565
6666 .. attribute :: content_status
6767
68- * string * -- completion status of the document, e.g. 'draft'
68+ ` string ` -- completion status of the document, e.g. 'draft'
6969
7070 .. attribute :: created
7171
72- * datetime * -- time of intial creation of the document
72+ ` datetime ` -- time of intial creation of the document
7373
7474 .. attribute :: identifier
7575
76- * string * -- An unambiguous reference to the resource within a given
76+ ` string ` -- An unambiguous reference to the resource within a given
7777 context, e.g. ISBN.
7878
7979 .. attribute :: keywords
8080
81- * string * -- descriptive words or short phrases likely to be used as
81+ ` string ` -- descriptive words or short phrases likely to be used as
8282 search terms for this document
8383
8484 .. attribute :: language
8585
86- * string * -- language the document is written in
86+ ` string ` -- language the document is written in
8787
8888 .. attribute :: last_modified_by
8989
90- * string * -- name or other identifier (such as email address) of person
90+ ` string ` -- name or other identifier (such as email address) of person
9191 who last modified the document
9292
9393 .. attribute :: last_printed
9494
95- * datetime * -- time the document was last printed
95+ ` datetime ` -- time the document was last printed
9696
9797 .. attribute :: modified
9898
99- * datetime * -- time the document was last modified
99+ ` datetime ` -- time the document was last modified
100100
101101 .. attribute :: revision
102102
103- * int * -- number of this revision, incremented by Word each time the
103+ ` int ` -- number of this revision, incremented by Word each time the
104104 document is saved. Note however |docx | does not automatically increment
105105 the revision number when it saves a document.
106106
107107 .. attribute :: subject
108108
109- * string * -- The topic of the content of the resource.
109+ ` string ` -- The topic of the content of the resource.
110110
111111 .. attribute :: title
112112
113- * string * -- The name given to the resource.
113+ ` string ` -- The name given to the resource.
114114
115115 .. attribute :: version
116116
117- * string * -- free-form version string
117+ ` string ` -- free-form version string
0 commit comments