diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-23 15:13:58 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-23 15:15:52 -0700 |
| commit | ce2ba51a51a773af0e9b0d63236fb6522aa6cf50 (patch) | |
| tree | f60473f3f22eed71ae7400f59ac5b64f73b0d3a7 /docs/quick_tutorial | |
| parent | d5d52ef56eabf4a6dde91f7a40dd3e6a94aa6541 (diff) | |
| download | pyramid-ce2ba51a51a773af0e9b0d63236fb6522aa6cf50.tar.gz pyramid-ce2ba51a51a773af0e9b0d63236fb6522aa6cf50.tar.bz2 pyramid-ce2ba51a51a773af0e9b0d63236fb6522aa6cf50.zip | |
correct title tag; punctuation
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/authentication.rst | 2 | ||||
| -rw-r--r-- | docs/quick_tutorial/authentication/tutorial/home.pt | 4 | ||||
| -rw-r--r-- | docs/quick_tutorial/authentication/tutorial/login.pt | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/quick_tutorial/authentication.rst b/docs/quick_tutorial/authentication.rst index 4b4eb1ba3..a4ab83c45 100644 --- a/docs/quick_tutorial/authentication.rst +++ b/docs/quick_tutorial/authentication.rst @@ -93,7 +93,7 @@ Steps Analysis ======== -Unlike many web frameworks, Pyramid includes a built-in (but optional) +Unlike many web frameworks, Pyramid includes a built-in but optional security model for authentication and authorization. This security system is intended to be flexible and support many needs. In this security model, authentication (who are you) and authorization (what diff --git a/docs/quick_tutorial/authentication/tutorial/home.pt b/docs/quick_tutorial/authentication/tutorial/home.pt index 6ecd0081b..ed911b673 100644 --- a/docs/quick_tutorial/authentication/tutorial/home.pt +++ b/docs/quick_tutorial/authentication/tutorial/home.pt @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>Quick Tour: ${name}</title> + <title>Quick Tutorial: ${name}</title> </head> <body> @@ -15,4 +15,4 @@ <h1>Hi ${name}</h1> <p>Visit <a href="${request.route_url('hello')}">hello</a></p> </body> -</html>
\ No newline at end of file +</html> diff --git a/docs/quick_tutorial/authentication/tutorial/login.pt b/docs/quick_tutorial/authentication/tutorial/login.pt index 4451fc4f8..9e5bfe2ad 100644 --- a/docs/quick_tutorial/authentication/tutorial/login.pt +++ b/docs/quick_tutorial/authentication/tutorial/login.pt @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>Quick Tour: ${name}</title> + <title>Quick Tutorial: ${name}</title> </head> <body> <h1>Login</h1> @@ -22,4 +22,4 @@ value="Log In"/> </form> </body> -</html>
\ No newline at end of file +</html> |
