Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typo fix #240

Merged
merged 1 commit into from
Jun 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Intro to lifelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For this example, we will be investigating the lifetimes of political
leaders around the world. A political leader in this case is defined by a single
individual's time in office who controls the ruling regime. This could be an
elected president, unelected dictator, monarch, etc. The birth event is
the start of the individual's tenor, and the death event is the retirement of the
the start of the individual's tenure, and the death event is the retirement of the
individual. Censorship can occur if they are a) still in offices at the
time of dataset complilation (2008), or b) die while in office (this
includes assassinations).
Expand Down