diff --git a/2-ObjectProgramming/6b-TP.ipynb b/2-ObjectProgramming/6b-TP.ipynb
index 285587ae2184c5d70bbb882c3f9e67beb104d358..95cb50498cb075cfb8922aac2103e016c6ce8a3f 100644
--- a/2-ObjectProgramming/6b-TP.ipynb
+++ b/2-ObjectProgramming/6b-TP.ipynb
@@ -27,7 +27,7 @@
     "\n",
     "This class:\n",
     "\n",
-    "* Should get a constructor which sets the resolution.\n",
+    "* Should get a constructor which sets the resolution (known as `maximum_error_index` in the previous exercice).\n",
     "* Includes a protected method named `PrintLine()` that will replace the `print_line()` we introduced in previous exercice.\n",
     "\n",
     "The constructors of derived classes will of course have to be modified accordingly: so far we relied on default ones."
@@ -311,14 +311,14 @@
   "kernelspec": {
    "display_name": "C++17",
    "language": "C++17",
-   "name": "xeus-cling-cpp17"
+   "name": "xcpp17"
   },
   "language_info": {
    "codemirror_mode": "text/x-c++src",
    "file_extension": ".cpp",
    "mimetype": "text/x-c++src",
    "name": "c++",
-   "version": "-std=c++17"
+   "version": "17"
   },
   "latex_envs": {
    "LaTeX_envs_menu_present": true,