We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e238491 commit 0c90908Copy full SHA for 0c90908
1 file changed
docs/writing/structure.rst
@@ -259,7 +259,7 @@ or a method. The 'decorated' function or method will replace the original
259
in Python it can be done 'manually' but using the @decorator syntax is
260
clearer and thus prefered.
261
262
-.. code-block:: Python
+.. code-block:: python
263
264
def foo():
265
# do something
@@ -306,7 +306,7 @@ Some guidelines allow to avoid this issue:
306
307
**Bad**
308
309
310
311
a = 1
312
a = 'a string'
0 commit comments