Skip to content

Commit 8a7e663

Browse files
committed
Remove whitespace
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 698f399 commit 8a7e663

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/howto/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ the client key in an HTTPS session.
183183
metadata
184184
^^^^^^^^
185185

186-
Contains a list of places where metadata can be found. This can be
186+
Contains a list of places where metadata can be found. This can be
187187

188188
* a local file accessible on the server the service runs on
189189
* a remote URL serving aggregate metadata
@@ -209,7 +209,7 @@ For example::
209209

210210
The above configuration means that the service should read two aggregate local
211211
metadata files, one aggregate metadata file from a remote server, and query a
212-
remote MDQ server. To verify the authenticity of the metadata aggregate downloaded from the
212+
remote MDQ server. To verify the authenticity of the metadata aggregate downloaded from the
213213
remot server and the MDQ server local copies of the metadata signing certificates should be used.
214214
These public keys must be acquired by some secure out-of-band method before being
215215
placed on the local file system.

src/saml2/mdstore.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,16 +781,16 @@ def load(self, *args, **kwargs):
781781
class MetaDataMDX(InMemoryMetaData):
782782
"""
783783
Uses the MDQ protocol to fetch entity information.
784-
The protocol is defined at
785-
https://datatracker.ietf.org/doc/draft-young-md-query-saml/
784+
The protocol is defined at:
785+
https://datatracker.ietf.org/doc/draft-young-md-query-saml/
786786
"""
787787

788788
@staticmethod
789789
def sha1_entity_transform(entity_id):
790790
return "{{sha1}}{}".format(
791791
hashlib.sha1(entity_id.encode("utf-8")).hexdigest())
792792

793-
def __init__(self, url=None, security=None, cert=None,
793+
def __init__(self, url=None, security=None, cert=None,
794794
entity_transform=None, **kwargs):
795795
"""
796796
:params url: mdx service url

0 commit comments

Comments
 (0)