Forráskód Böngészése

Nitpick a comment

jonathanvdc 8 éve
szülő
commit
c753ef648f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      kernel/modelverse_kernel/main.py

+ 1 - 1
kernel/modelverse_kernel/main.py

@@ -31,7 +31,7 @@ class ModelverseKernel(object):
         #self.allow_compiled = False
         #self.allow_compiled = False
 
 
         # suggested_function_names maps body ids to suggested function names.
         # suggested_function_names maps body ids to suggested function names.
-        # You tell the kernel to stop caring about getting the function names
+        # You can tell the kernel to stop caring about getting the function names
         # right by setting this to `None`.
         # right by setting this to `None`.
         self.suggested_function_names = {}
         self.suggested_function_names = {}