Skip to content

Commit 3211c3d

Browse files
authored
Fix missing name in tutorial (#46)
1 parent b7a9d28 commit 3211c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This is always done by calling the project creation routine and assigning it to
3333
3434
.. code-block:: Python
3535
36-
problem = RAT.Project('My Problem')
36+
problem = RAT.Project(name='My Problem')
3737
3838
This creates an instance of **Project**, assigns it to the variable ``problem``, and gives it the title 'My Problem'.
3939

0 commit comments

Comments
 (0)