fix example name

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-05-08 14:28:51 -07:00
parent fa2b411b78
commit 55b35a322e
3 changed files with 3 additions and 3 deletions

View File

@ -535,7 +535,7 @@ async def test_"""
# Add our example to our json output.
data["paths"][name][method]["x-python"] = {
"example": cleaned_example.replace("def test_", "def "),
"example": cleaned_example.replace("def test_", "def example_"),
"libDocsLink": "https://python.api.docs.kittycad.io/_autosummary/kittycad.api."
+ tag_name
+ "."

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "kittycad"
version = "0.4.0"
version = "0.4.1"
description = "A client library for accessing KittyCAD"
authors = []