mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Portability fix: Not every compiler implements the extension of
unescaped newlines in strings.
This commit is contained in:
parent
ca9aaf36e1
commit
564980bd86
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ It can be called either on the class (e.g. C.f()) or on an instance\n\
|
||||||
(e.g. C().f()). The instance is ignored except for its class.\n\
|
(e.g. C().f()). The instance is ignored except for its class.\n\
|
||||||
If a class method is called for a derived class, the derived class\n\
|
If a class method is called for a derived class, the derived class\n\
|
||||||
object is passed as the implied first argument.\n\
|
object is passed as the implied first argument.\n\
|
||||||
|
\n\
|
||||||
Class methods are different than C++ or Java static methods.\n\
|
Class methods are different than C++ or Java static methods.\n\
|
||||||
If you want those, see the staticmethod builtin.";
|
If you want those, see the staticmethod builtin.";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue