Skip to content

Commit 8ba4c0d

Browse files
committed
Minor: Added quotation marks to Pt111 in the docs
1 parent 036ab3f commit 8ba4c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/source/users/rmg/surfaces.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The full database of available metals can be found in ``input/surface/libraries/
3030
Here is an example catalyst properties block for Pt(111)::
3131

3232
catalystProperties(
33-
metal = Pt111
33+
metal = "Pt111"
3434
)
3535

3636
Here is an example custom catalyst properties block for Pt(111)::
@@ -340,7 +340,7 @@ input file specifications
340340
Coverage dependent parameters are applied if the "coverage_dependence" attribute is set to "True" in the catalyst properties block::
341341

342342
catalystProperties(
343-
metal = Pt111
343+
metal = "Pt111"
344344
coverageDependence=True,
345345
)
346346

0 commit comments

Comments
 (0)