Skip to content

Commit d9f85d2

Browse files
committed
doc(api) improve module openning phrases
1 parent 292f715 commit d9f85d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphtik/fnop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2016, Yahoo Inc.
22
# Licensed under the terms of the Apache License, Version 2.0. See the LICENSE file associated with the project for terms.
33
"""
4-
Define :term:`operation` & :term:`dependency` and match/zip inputs/outputs during :term:`execution`.
4+
:term:`compose` :term:`operation`/:term:`dependency` from functions, matching/zipping inputs/outputs during :term:`execution`.
55
66
.. note::
77
This module (along with :mod:`.modifier` & :mod:`.pipeline`) is what client code needs

graphtik/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2016, Yahoo Inc.
22
# Licensed under the terms of the Apache License, Version 2.0. See the LICENSE file associated with the project for terms.
33
"""
4-
:term:`compose` operations into :term:`pipeline` and the backing :term:`network`.
4+
:term:`compose` :term:`pipeline`\\s by :term:`combining <combine pipelines>` operations into :term:`network`.
55
66
.. note::
77
This module (along with :mod:`.op` & :mod:`.modifier`) is what client code needs

0 commit comments

Comments
 (0)