Skip to content

Commit

Permalink
Update docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma authored Mar 16, 2024
1 parent f863366 commit d791462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def multiply(a, b):
return a * b
```

The ✅ indicates that the docstrings were added created. If there is an error (❌) adding the docstrings, the error message will be printed to the console. Any nodes that already have docstrings will be skipped (⏭️).
The ✅ indicates that the docstrings were created. If there is an error (❌) adding the docstrings, the error message will be printed to the console. Any nodes that already have docstrings will be skipped (⏭️).

## Save

Expand Down

0 comments on commit d791462

Please sign in to comment.