Skip to content

Commit

Permalink
Update python_language_rules.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZhiNie authored Sep 27, 2018
1 parent 9d8dce1 commit 3ceae82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-python-styleguide/python_language_rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Lint
结论:
确保对你的代码运行pylint.抑制不准确的警告,以便能够将其他警告暴露出来。

你可以通过设置一个行注释来抑制告警. 例如:
你可以通过设置一个行注释来抑制警告. 例如:

.. code-block:: python
Expand Down

0 comments on commit 3ceae82

Please sign in to comment.