Skip to content

Commit

Permalink
Merge 37c8d88 into 1d032fe
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed May 30, 2017
2 parents 1d032fe + 37c8d88 commit fe1cc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyff/builtins.py
Expand Up @@ -567,7 +567,7 @@ def select(req, *opts):
.. code-block:: yaml .. code-block:: yaml
- select as foo-2.0: "!//md:EntityDescriptor[md:IDPSSODescriptor]"" - select as /foo-2.0: "!//md:EntityDescriptor[md:IDPSSODescriptor]"
would allow you to use /foo-2.0.json to refer to the JSON-version of all IdPs in the current repository. would allow you to use /foo-2.0.json to refer to the JSON-version of all IdPs in the current repository.
Note that you should not include an extension in your "as foo-bla-something" since that would make your Note that you should not include an extension in your "as foo-bla-something" since that would make your
Expand Down

0 comments on commit fe1cc02

Please sign in to comment.