Skip to content

Commit 5cec23c

Browse files
committed
Add missing quotes
1 parent e681600 commit 5cec23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/users-guide/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ the constructor will compile the model as needed.
5252
The constructor argument `compile` controls this behavior.
5353

5454
* ``compile=False``: never compile the Stan file.
55-
* ``compile=Force``: always compile the Stan file.
55+
* ``compile="Force"``: always compile the Stan file.
5656
* ``compile=True``: (default) compile the Stan file as needed, i.e., if no exe file exists or if the Stan file is newer than the exe file.
5757

5858
.. code-block:: python

0 commit comments

Comments
 (0)