Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Introduction

This introduction will teach you how to use docstub and cover critical concepts.
It assumes familiarity with Python and some familiarity with [static Typing](https://typing.python.org) and [packaging](https://packaging.python.org/en/latest/).
This section will introduce you to using docstub and cover important concepts.
It assumes familiarity with Python and some familiarity with [static Typing](https://typing.python.org).


## First example
Expand Down
Loading