Skip to content

Commit

Permalink
Remove docstring saying dfk.submit returns DataFutures. It does not. (#…
Browse files Browse the repository at this point in the history
…3662)

## Type of change

- Update to human readable text: Documentation/error messages/comments
- Code maintenance/cleanup
  • Loading branch information
benclifford authored Oct 27, 2024
1 parent ab299ee commit 8a77de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/dataflow/dflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def submit(self,
- app_kwargs (dict) : Rest of the kwargs to the fn passed as dict.
Returns:
(AppFuture) [DataFutures,]
AppFuture
"""

Expand Down

0 comments on commit 8a77de3

Please sign in to comment.