Skip to content

Commit 21bc53a

Browse files
document the API
1 parent 0283c2f commit 21bc53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test: ## Test the code
3434

3535
.PHONY: doc
3636
doc: ## Document the code
37-
@$(PYDOC) $(SRC_CORE).things
37+
@$(PYDOC) $(SRC_CORE).api
3838

3939
.PHONY: clean
4040
clean: ## Cleanup

0 commit comments

Comments
 (0)