Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Dec 3, 2018
1 parent 7333b2f commit bb2ad38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/actions/editPythonistaScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import WFSerialization from '../interfaces/WF/WFSerialization';
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';

/**
* Edit Script (Pythonista) Action. Open the specified script in Pythonista for
* editing.
* Edit Script (Pythonista) Action. Opens the specified script in Pythonista
* for editing.
*
* ```js
* editPythonistaScript({
Expand Down
3 changes: 2 additions & 1 deletion src/actions/runPythonistaScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import WFSerialization from '../interfaces/WF/WFSerialization';
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';

/**
* Run Script (Pythonista) Action. Run the specified script in Pythonista.
* Run Script (Pythonista) Action. Runs the specified script in Pythonista and
* waits to continue the shortcut until you return to the Shortcuts app.
*
* ```js
* runPythonistaScript({
Expand Down

0 comments on commit bb2ad38

Please sign in to comment.