Skip to content

Commit dba14c0

Browse files
committed
Fix another notebook
1 parent a28bf25 commit dba14c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/examples/Parameters/Parameters.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
{
8484
"cell_type": "code",
85-
"execution_count": 2,
85+
"execution_count": null,
8686
"metadata": {},
8787
"outputs": [],
8888
"source": [
@@ -103,8 +103,8 @@
103103
" self._count += 1\n",
104104
" return self._count\n",
105105
"\n",
106-
" def set_raw(self, val):\n",
107-
" self._count = val\n",
106+
" def set_raw(self, value):\n",
107+
" self._count = value\n",
108108
" return self._count"
109109
]
110110
},

0 commit comments

Comments
 (0)