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