Fix grammar nit
This commit is contained in:
parent
1d9e85d7a2
commit
5c0f2e9923
|
@ -51,7 +51,7 @@ Defining the Encoding
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: <encoding name> -*-
|
# -*- coding: <encoding name> -*-
|
||||||
|
|
||||||
More precise, the first or second line must match the regular
|
More precisely, the first or second line must match the regular
|
||||||
expression "coding[:=]\s*([\w-_.]+)". The first group of this
|
expression "coding[:=]\s*([\w-_.]+)". The first group of this
|
||||||
expression is then interpreted as encoding name. If the encoding
|
expression is then interpreted as encoding name. If the encoding
|
||||||
is unknown to Python, an error is raised during compilation. There
|
is unknown to Python, an error is raised during compilation. There
|
||||||
|
|
Loading…
Reference in New Issue