diff options
author | Victor Mireyev <victor@opennodecloud.com> | 2019-02-26 13:05:46 +0300 |
---|---|---|
committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2019-05-14 15:31:26 +0200 |
commit | 48b9636802a5a4ff9948c2203bc30f76ddb0e448 (patch) | |
tree | 8a2e297bf07aa9e1fd7df6be51633f631c7a343c /docs/sp_test/internal.rst | |
parent | 0271cd46f31c6e096aa001ed43740acf9b999091 (diff) | |
download | pysaml2-48b9636802a5a4ff9948c2203bc30f76ddb0e448.tar.gz |
Fix typo: tupel to tuple
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Diffstat (limited to 'docs/sp_test/internal.rst')
-rw-r--r-- | docs/sp_test/internal.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sp_test/internal.rst b/docs/sp_test/internal.rst index 5875cdf1..8947d55d 100644 --- a/docs/sp_test/internal.rst +++ b/docs/sp_test/internal.rst @@ -53,11 +53,11 @@ Test (in the context of an operation) - class to be executed as part of an operation, either before ("pre") or after ("post") the sequence or inbetween a SAML request and response ("mid"). There are standard tests with the Request class (VerifyAuthnRequest) and operation-specific tests. - Example for an operation-specific "mid" test: VerifyIfRequestIsSigned - - A test may be specified together with an argument as a tupel + - A test may be specified together with an argument as a tuple. Flow .... - * A tupel of classes that together implement an SAML request-response pair between IDP and SP (and possible other actors, such as a discovery service or IDP-proxy). A class can be derived from Request, Response (or other), Check or Operation. + * A tuple of classes that together implement an SAML request-response pair between IDP and SP (and possible other actors, such as a discovery service or IDP-proxy). A class can be derived from Request, Response (or other), Check or Operation. * A flow for a solicited authentication consists of 4 classes: * flow[0]: Operation (Handling a login flow such as discovery or WAYF - not implemented yet) @@ -146,4 +146,4 @@ INFORMATION = 0, OK = 1, WARNING = 2, ERROR = 3, CRITICAL = 4, INTERACTION = 5 There are 2 targets to write output to: -* Test_ouput is written to conv.test_ouput during the execution of the flows.
\ No newline at end of file +* Test_ouput is written to conv.test_ouput during the execution of the flows. |