diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6b28684c33..efa348733a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,10 +18,10 @@ jobs: - name: macos-3.12-skip-exe python-version: "3.12" os: macos-latest - - name: linux-3.12-lint-skip-exe + - name: linux-3.12-lint-update-help-skip-exe python-version: "3.12" os: ubuntu-latest - - name: linux-3.11-update-help-pytype-skip-exe + - name: linux-3.11-pytype-skip-exe python-version: "3.11" os: ubuntu-latest - name: linux-3.10-skip-exe diff --git a/docs/api.rst b/docs/api.rst index f111893e98..6fcca62ae4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -319,10 +319,10 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#graph-1 | Data descriptors inherited from graphviz.dot.GraphSyntax: | | __dict__ - | dictionary for instance variables (if defined) + | dictionary for instance variables | | __weakref__ - | list of weak references to the object (if defined) + | list of weak references to the object | | ---------------------------------------------------------------------- | Methods inherited from BaseGraph: @@ -843,10 +843,10 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#digraph-1 | Data descriptors inherited from graphviz.dot.DigraphSyntax: | | __dict__ - | dictionary for instance variables (if defined) + | dictionary for instance variables | | __weakref__ - | list of weak references to the object (if defined) + | list of weak references to the object | | ---------------------------------------------------------------------- | Methods inherited from BaseGraph: @@ -1631,10 +1631,10 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#source-1 | Data descriptors inherited from graphviz.base.LineIterable: | | __dict__ - | dictionary for instance variables (if defined) + | dictionary for instance variables | | __weakref__ - | list of weak references to the object (if defined) + | list of weak references to the object | | ---------------------------------------------------------------------- | Data descriptors inherited from graphviz.parameters.engines.Engine: