Fix various inconsistencies within the documentation (#5067)

This commit is contained in:
Sebastian Law
2020-06-28 00:45:58 -07:00
committed by GitHub
parent f94b00cb48
commit b4b953bfc6
24 changed files with 378 additions and 142 deletions

View File

@ -114,7 +114,7 @@ class Colour:
@classmethod
def default(cls):
"""A factory method that returns a :class:`Colour` with a value of 0."""
"""A factory method that returns a :class:`Colour` with a value of ``0``."""
return cls(0)
@classmethod