Fix grammar nit

This commit is contained in:
Andrew M. Kuchling 2003-02-21 15:24:41 +00:00
parent 1d9e85d7a2
commit 5c0f2e9923
1 changed files with 1 additions and 1 deletions

View File

@ -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