Browse Source

Corrected versionadded annotations.

Mariusz Felisiak 4 years ago
parent
commit
73ffc73b68
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/howto/windows.txt
  2. 1 1
      docs/topics/db/queries.txt

+ 1 - 1
docs/howto/windows.txt

@@ -94,7 +94,7 @@ with Django.
 Colored terminal output
 =======================
 
-.. versionadded: 3.2
+.. versionadded:: 3.2
 
 A quality-of-life feature is to output colored (rather than monochrome) output
 on the terminal. This should work both on CMD and PowerShell. If for some

+ 1 - 1
docs/topics/db/queries.txt

@@ -670,7 +670,7 @@ The ``F()`` objects support bitwise operations by ``.bitand()``, ``.bitor()``,
 Expressions can reference transforms
 ------------------------------------
 
-.. versionadded: 3.2
+.. versionadded:: 3.2
 
 Django supports using transforms in expressions.