mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Remove example from BaseVectors docs
This commit is contained in:
		
							parent
							
								
									294f89e1ca
								
							
						
					
					
						commit
						d79fb4fa79
					
				| 
						 | 
					@ -128,12 +128,6 @@ pipeline.
 | 
				
			||||||
Dummy method to allow serialization. Implement to serialize vector data to a
 | 
					Dummy method to allow serialization. Implement to serialize vector data to a
 | 
				
			||||||
binary string.
 | 
					binary string.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> #### Example
 | 
					 | 
				
			||||||
>
 | 
					 | 
				
			||||||
> ```python
 | 
					 | 
				
			||||||
> vectors_bytes = vectors.to_bytes()
 | 
					 | 
				
			||||||
> ```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
| Name        | Description                                          |
 | 
					| Name        | Description                                          |
 | 
				
			||||||
| ----------- | ---------------------------------------------------- |
 | 
					| ----------- | ---------------------------------------------------- |
 | 
				
			||||||
| **RETURNS** | The serialized form of the vectors object. ~~bytes~~ |
 | 
					| **RETURNS** | The serialized form of the vectors object. ~~bytes~~ |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user