File: spelling_error_in_manpage

package info (click to toggle)
python-flask-cors 3.0.7-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: python: 1,726; makefile: 131
file content (23 lines) | stat: -rw-r--r-- 964 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Fixing spelling error in manpage
--- a/flask_cors/decorator.py
+++ b/flask_cors/decorator.py
@@ -59,7 +59,7 @@ def cross_origin(*args, **kwargs):
         `Access-Control-Allow-Credentials` header in responses. This allows
         cookies and credentials to be submitted across domains.
 
-        :note: This option cannot be used in conjuction with a '*' origin
+        :note: This option cannot be used in conjunction with a '*' origin
 
         Default : False
     :type supports_credentials: bool
--- a/flask_cors/extension.py
+++ b/flask_cors/extension.py
@@ -89,7 +89,7 @@ class CORS(object):
         `Access-Control-Allow-Credentials` header in responses. This allows
         cookies and credentials to be submitted across domains.
 
-        :note: This option cannot be used in conjuction with a '*' origin
+        :note: This option cannot be used in conjunction with a '*' origin
 
         Default : False
     :type supports_credentials: bool