[Python-modules-commits] [python-fedora] 01/01: Fix typos on manpanges/docs.
Sergio Durigan Junior
sergiodj-guest at moszumanska.debian.org
Wed Aug 23 22:08:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
sergiodj-guest pushed a commit to branch patch-queue/master
in repository python-fedora.
commit bcd65f10340e945d58827c7507deae19ff5b8b5c
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date: Tue Aug 8 16:37:57 2017 -0400
Fix typos on manpanges/docs.
---
NEWS | 2 +-
doc/flask_fas.rst | 2 +-
doc/flask_fas_openid.rst | 2 +-
fedora/tg2/templates/mako/__init__.py | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 23ea4a2..897774d 100644
--- a/NEWS
+++ b/NEWS
@@ -714,7 +714,7 @@ Incompatibilities
=================
* Removal of camelCase. Rename keyword arguments and public instance variables:
* client.BaseClient
- *Note* that changes to this class propogate out to the same variable in
+ *Note* that changes to this class propagate out to the same variable in
derived classes like fas2.AccountSystem and the BaseClient used in
JsonFasIdentity.
* __init__(): baseURL => base_url
diff --git a/doc/flask_fas.rst b/doc/flask_fas.rst
index ba9f4bd..9a6fca0 100644
--- a/doc/flask_fas.rst
+++ b/doc/flask_fas.rst
@@ -98,7 +98,7 @@ authentication::
fas = FAS(app)
# Application configuration
- # SECRET_KEY is necessary to CSRF in WTForms. It nees to be secret to
+ # SECRET_KEY is necessary to CSRF in WTForms. It needs to be secret to
# make the csrf tokens unguessable but if you have multiple servers behind
# a load balancer, the key needs to be the same on each.
app.config['SECRET_KEY'] = 'change me!'
diff --git a/doc/flask_fas_openid.rst b/doc/flask_fas_openid.rst
index 2725e8c..90fb8b1 100644
--- a/doc/flask_fas_openid.rst
+++ b/doc/flask_fas_openid.rst
@@ -80,7 +80,7 @@ authentication::
fas = FAS(app)
# Application configuration
- # SECRET_KEY is necessary for the Flask session system. It nees to be secret to
+ # SECRET_KEY is necessary for the Flask session system. It needs to be secret to
# make the sessions secret but if you have multiple servers behind
# a load balancer, the key needs to be the same on each.
app.config['SECRET_KEY'] = 'change me!'
diff --git a/fedora/tg2/templates/mako/__init__.py b/fedora/tg2/templates/mako/__init__.py
index 759ca5d..383d16d 100644
--- a/fedora/tg2/templates/mako/__init__.py
+++ b/fedora/tg2/templates/mako/__init__.py
@@ -66,7 +66,7 @@ Include this using::
A function to add global variables to a page. Typically, you'd include
this in your :file:`master.mak` template and let the javascript variables
-defined there propogate to every page on your site (since they all should
+defined there propagate to every page on your site (since they all should
inherit from :file:`master.mak`). This adds the following variables in the
fedora namespace for other scripts to access:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fedora.git
More information about the Python-modules-commits
mailing list