Skip to content

Commit 418abe5

Browse files
author
Susan Vanderplas
committed
add period
1 parent 7a86f12 commit 418abe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part-gen-prog/02-prog-functions.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ F | F | F | F | T | T | F
151151

152152
: Truth table for each of the common logical operators. {#tbl-truth-general}
153153

154-
When writing code, we use the logical operators in R and Python shown in @tbl-log-operators
154+
When writing code, we use the logical operators in R and Python shown in @tbl-log-operators.
155155

156156
Operation | R | Python
157157
and | `&` | `&` or `and`

0 commit comments

Comments
 (0)