Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 23878de

Browse files
chore: fix up typo in package description (#165)
This package description is published on PyPI: https://pypi.org/project/stepfunctions/
1 parent 79e930b commit 23878de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read_version():
4242
setup(
4343
name="stepfunctions",
4444
version=read_version(),
45-
description="Open source library for develping data science workflows on AWS Step Functions.",
45+
description="Open source library for developing data science workflows on AWS Step Functions.",
4646
packages=find_packages("src"),
4747
package_dir={"": "src"},
4848
py_modules=[os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /