Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasujm committed May 4, 2020
1 parent cd3ac38 commit 4bdfca1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changed
annotations, less catch-all keyword arguments)

Version 0.3
----------
-----------

Date
2020-03-15
Expand Down
4 changes: 2 additions & 2 deletions python/enumecg/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ def get_initializer(cls, value) -> str:
"""Return C++ initializer for ``value``
Parameters:
A value consisting of string, numbers, booleans and nested
requences thereof.
value: A value consisting of string, numbers, booleans and nested
sequences thereof.
Return:
An expression that can be used in a C++ initializer list to
Expand Down
2 changes: 1 addition & 1 deletion python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Status(enum.Enum):
associate_namespace_name="Statuses",
)

"""``dict`` representation of :const:`STATUS_DEFINITION`
""":class:`dict` representation of :const:`STATUS_DEFINITION`
This is global constant. For copy that can be modified, please use the
:func:`status_definition_dict()` fixture.
Expand Down

0 comments on commit 4bdfca1

Please sign in to comment.