Skip to content

Commit 7c10109

Browse files
committed
documentation formatting
1 parent c4bf6fb commit 7c10109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pyff/pipes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def __call__(self, *args, **kwargs):
170170

171171
class Plumbing(object):
172172
"""
173-
A plumbing instance represents a basic processing chain for SAML metadata. A simple, yet reasonably complete example:
173+
A plumbing instance represents a basic processing chain for SAML metadata. A simple, yet reasonably complete example:
174174
175175
.. code-block:: yaml
176176
@@ -220,8 +220,8 @@ def __str__(self):
220220

221221
class Request(object):
222222
"""
223-
Represents a single request. When processing a set of pipelines a single request is used. Any part of the pipeline
224-
may modify any of the fields.
223+
Represents a single request. When processing a set of pipelines a single request is used.
224+
Any part of the pipeline may modify any of the fields.
225225
"""
226226

227227
def __init__(

0 commit comments

Comments
 (0)