Skip to content

Commit

Permalink
[MINOR] Delete temp file from docs (#836) (#855)
Browse files Browse the repository at this point in the history
* Delete temp file from docs

* fix

* Use gitignore instead
  • Loading branch information
alamb committed Oct 24, 2021
1 parent a721e00 commit 70582f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ rusty-tags.vi
.idea/
.vscode
venv/*
# created by doctests
parquet/data.parquet
2 changes: 1 addition & 1 deletion parquet/src/arrow/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//! }
//! writer.close().unwrap();
//! ```

//!
//! `WriterProperties` can be used to set Parquet file options
//! ```rust
//! use parquet::file::properties::WriterProperties;
Expand Down

0 comments on commit 70582f4

Please sign in to comment.