We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
1 parent b7a9d28 commit 3211c3dCopy full SHA for 3211c3d
source/tutorial/project.rst
@@ -33,7 +33,7 @@ This is always done by calling the project creation routine and assigning it to
33
34
.. code-block:: Python
35
36
- problem = RAT.Project('My Problem')
+ problem = RAT.Project(name='My Problem')
37
38
This creates an instance of **Project**, assigns it to the variable ``problem``, and gives it the title 'My Problem'.
39
0 commit comments