Backwoods Fork - Typo in Python comment

Hi @eientei, thank you for reporting this.
If you see an error like this, please submit a patch on the level editor. Here is how to do that:

  1. Go to https://codecombat.com/editor/level/ -then the name of the level, in this case:
    https://codecombat.com/editor/level/backwoods-fork
  2. Because this is an error in the source code, you need to access that. How you do that is by double-clicking on the hero on the screen and you should see this:
  3. Now scroll down to the programming.Programmable section and go to the programming Methods: plan. Screen Shot 2020-01-01 at 17.51.31
  4. If you click on the plan arrow you will see this:

    This is the source code for the level, if you wanted to change the code this is where you’d do it. Because you want to change the comments you need to go to the comments section further down on that page:

    From there you can edit the incorrect grammar.
  5. Once you’ve done all that you need to go to the top right corner of the screen and click this button:
    Screen Shot 2020-01-01 at 17.56.19
    Then you give a comment message like: “changed incorrect grammar” and submit the patch.

I hope this helps,
keep patching!
Danny