Kaydet (Commit) 6e4856a1 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

rewrap

üst 7416a4cd
...@@ -46,7 +46,7 @@ Summarizing: ...@@ -46,7 +46,7 @@ Summarizing:
compound_stmt: `if_stmt` compound_stmt: `if_stmt`
: | `while_stmt` : | `while_stmt`
: | `for_stmt` : | `for_stmt`
: | `try_stmt` : | `try_stmt
: | `with_stmt` : | `with_stmt`
: | `funcdef` : | `funcdef`
: | `classdef` : | `classdef`
...@@ -538,10 +538,10 @@ mutable values there can lead to unexpected results. For :term:`new-style ...@@ -538,10 +538,10 @@ mutable values there can lead to unexpected results. For :term:`new-style
class`\es, descriptors can be used to create instance variables with different class`\es, descriptors can be used to create instance variables with different
implementation details. implementation details.
Class definitions, like function definitions, may be wrapped by one or Class definitions, like function definitions, may be wrapped by one or more
more :term:`decorator` expressions. The evaluation rules for the :term:`decorator` expressions. The evaluation rules for the decorator
decorator expressions are the same as for functions. The result must expressions are the same as for functions. The result must be a class object,
be a class object, which is then bound to the class name. which is then bound to the class name.
.. rubric:: Footnotes .. rubric:: Footnotes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment