mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Update pyguide.md example to make it have consistent indentation
This commit is contained in:
parent
93303e758b
commit
7fd76753cd
|
@ -2397,8 +2397,8 @@ class that is defined below -- use a string for the class name.
|
||||||
```python
|
```python
|
||||||
class MyClass(object):
|
class MyClass(object):
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
stack: List["MyClass"]) -> None:
|
stack: List["MyClass"]) -> None:
|
||||||
```
|
```
|
||||||
|
|
||||||
<a id="s3.19.4-default-values"></a>
|
<a id="s3.19.4-default-values"></a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user